
body {
    font-size: 13px;
}

.clear {
    clear: both;
}

.expanded .asiafeeds_logo {
    height: 56px;
    width: 161px;
    display: block;
}

.asiafeeds_logo {
    height: 56px;
    width: 161px;
    display: none;
}

    .asiafeeds_logo img {
        max-width: 100% !important;
    }

.menu-expanded .asiafeeds_logo {
    height: 75px;
    width: 172px;
    display: block;
}

.menu-expanded .asiafeeds_logo2 {
    display: none;
}

.asiafeeds_logo2 {
    width: 161px;
    display: block;
}

    .asiafeeds_logo2 img {
        max-width: 100% !important;
    }

.expanded .asiafeeds_logo2 {
    display: none;
}


.logo_night {
    display: none;
}

.dark-layout .logo_day {
    display: none;
}

.dark-layout .logo_night {
    display: block;
}

.main-menu .navbar-header .navbar-brand {
    margin-top: 0;
    margin-left: -15px;
}

.progress_text {
    float: right;
}

.synchronization_span {
    margin-left: 15px;
}

.segments_text {
    color: #16C96B;
}

.subsegments_text {
    color: #7362F4;
}

.customers_text {
    color: #EC5351;
}


.card .card-title {
    font-weight: 400;
}

.fw-bolder {
    font-weight: 400 !important;
}

.main-menu.menu-light .navigation li a {
    padding: 15px 15px 15px 15px;
}

.main-menu.menu-light .navigation > li > a {
    margin: 10px 15px;
}

.main-menu.menu-dark .navigation li a {
    padding: 15px 15px 15px 15px;
}

.main-menu.menu-dark .navigation > li > a {
    margin: 10px 15px;
}

.navigation {
    font-size: 13px;
}

.nav .modern-nav-toggle {
    color: #7C6DF4 !important;
}

.sales_progressbox {
    width: 100%;
}

.progress_textbox {
    margin-top: 10px;
}

.totalorder_text {
    font-size: 22px;
    color: #7362F4;
    position: relative;
    top: 3px;
    margin-left: 10px;
}


.saleorder_section {
    font-size: 13px;
}

.soorder_box {
    text-align: center;
}

.saleorder_bags {
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.dispatched_box {
    background: #16C96A;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 12px;
}

.arrived_box {
    background: #7362F4;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 12px;
}

.loading_box {
    background: #FFA037;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 12px;
}

.pending_box {
    background: #EC5351;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 12px;
}




.salebags_icon {
    background: url(../images/bags_icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 6px;
    background-size: 100%;
}

.dark-layout .salebags_icon {
    background: url(../images/bags_icondark.svg) no-repeat;
}



.rowboreder_box {
    border-right: solid 1px #E2E2E2;
}

.driver_icon {
    background: url("../images/driver_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}

.dark-layout .driver_icon {
    background: url("../images/driver_icondark.svg") no-repeat;
}

.phone_icon {
    background: url("../images/phone_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}

.dark-layout .phone_icon {
    background: url("../images/phone_icondark.svg") no-repeat;
}


.clock_icon {
    background: url("../images/clock_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}

.dark-layout .clock_icon {
    background: url("../images/clock_icondark.svg") no-repeat;
}


.clock_dispatched {
    background: url("../images/clock_green.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}

.clock_arrived {
    background: url("../images/clock_blue.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}

.clock_loading {
    background: url("../images/clock_orange.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}

.clock_pending {
    background: url("../images/clock_red.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}


.date_icon {
    background: url("../images/date_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}

.dark-layout .date_icon {
    background: url("../images/date_icondark.svg") no-repeat;
}


.so_m1 {
    margin-bottom: 10px;
}

.so2_m1 {
    margin-bottom: 5px;
}

.so2_m3 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.saleorder_statusbox {
    text-align: center;
    border-top: solid 1px #E2E2E2;
    margin-top: 10px;
    padding-top: 15px;
}

ul.saleorder_statusbox_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.saleorder_statusbox_list li {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }

        ul.saleorder_statusbox_list li:first-child {
            font-size: 16px;
            font-weight: 700;
        }

.unit_span {
    display: block;
}

.status_dispatched {
    color: #16C96A
}

.status_arrived {
    color: #7362F4
}

.status_loading {
    color: #FFA037
}

.status_pending {
    color: #EC5351
}







.customerpayment_btnbox {
    margin-top: 15px;
}

    .customerpayment_btnbox button {
        margin-right: 15px;
    }



.customer_totalbox {
    font-size: 22px;
    font-weight: 700;
    color: #7362F4;
}

.totalbox {
    margin-top: 25px;
    text-align: right;
}

ul.customer_bank {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.customer_bank li {
        display: inline-block;
    }

        ul.customer_bank li:last-child {
            float: right;
        }

.bank_title {
    font-weight: 700;
    max-width: 350px;
}

.bank_icon {
    background: url("../images/bank_icon.svg") no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    top: 5px;
    float: left;
    margin-right: 10px;
}

.dark-layout .bank_icon {
    background: url("../images/bank_icondark.svg") no-repeat;
}

.bank_rightbox {
    padding: 7px 12px;
    border-radius: 50px;
    display: inline-block;
}


ul.banklocation_box {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.banklocation_box li {
        display: inline-block;
        margin-top: 15px;
    }

        ul.banklocation_box li:last-child {
            float: right;
        }


.customer_ammountbox {
    background: rgba(115, 98, 244, 0.08) !important;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card_icon {
    background: url("../images/card_icon.svg") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.dark-layout .card_icon {
    background: url("../images/card_icondark.svg") no-repeat;
    background-size: 100%;
}

ul.customer_namebox {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.customer_namebox li {
        display: inline-block;
    }

        ul.customer_namebox li:last-child {
            float: right;
        }

        ul.customer_namebox li:first-child {
            width: 70%;
        }

.usericon {
    background: url("../images/user_icon.svg") no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    background-size: 100%;
    position: relative;
    top: 5px;
    float: left;
    margin-right: 10px;
}

.userlocation_box {
    max-width: 350px;
}

.dark-layout .usericon {
    background: url("../images/user_icondark.svg") no-repeat;
    background-size: 100%;
}

.bank_rightbox {
    padding: 7px 12px;
    border-radius: 50px;
    display: inline-block;
}


ul.customer_lastbox {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}

    ul.customer_lastbox li {
        display: inline-block;
        padding-right: 10px;
    }

        ul.customer_lastbox li:last-child {
            float: right;
        }

.customer_dot1 {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    background: rgba(40, 199, 111, 0.24);
}

.customer_dot2 {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    background: rgba(115, 98, 244, 0.28);
}

.customer_checkbox {
    position: relative;
    top: 5px;
}

.edit_iconbtn {
    position: relative;
    top: -2px;
}

.customer_textgreen {
    color: #15C368;
}


.postnumber_mainbox {
    background: #ddd;
    width: 100%;
    height: 100%;
    position: relative;
}



.postnumber_mainbox {
    background: #ffffffe8;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    border-radius: 8px;
    padding: 30px;
}

.dark-layout .postnumber_mainbox {
    background: #2f3453fa;
}


.addcustomer_box {
    text-align: center;
}

.form-label {
    margin-top: 5px;
    margin-bottom: 5px;
}

.selectd_banktext {
    font-size: 11px;
    margin-top: 10px !important;
}

.branch_textbox {
    color: #16C96A;
    position: relative;
    top: -8px;
    font-size: 11px;
}

.btn_newbranch {
    background: #16C96A;
    border-radius: 4px;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    position: relative;
    top: -2px;
}

    .btn_newbranch:hover {
        color: #fff;
        text-decoration: none;
    }


.small_section {
    max-width: 600px;
    margin: auto;
}

.total_subsegments {
    font-size: 22px;
    font-weight: 600;
}

.users_rightscheckbox .form-check-input {
    width: 24px;
    height: 24px;
}

.userright_green .form-check-input:checked {
    background-color: #16C96A;
    border-color: #16C96A;
}

.userright_green .form-check-input:focus {
    border-color: #16C96A;
}

.userright_red .form-check-input:checked {
    background-color: #EC5351;
    border-color: #EC5351;
}

.userright_red .form-check-input:focus {
    border-color: #EC5351;
}

.userright_yellow .form-check-input:checked {
    background-color: #FFA037;
    border-color: #FFA037;
}

.userright_yellow .form-check-input:focus {
    border-color: #FFA037;
}


ul.segments_listbox {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.segments_listbox li {
        display: block;
    }


.segments_green {
    background: rgba(40, 199, 111, 0.12);
    color: #16C96A;
    border-radius: 24px;
    padding: 10px 15px;
    display: inline-block;
}

.segments_red {
    background: rgba(234, 84, 85, 0.12);
    color: #EC5351;
    border-radius: 24px;
    padding: 10px 15px;
    display: inline-block;
}

.segments_orange {
    background: rgba(255, 159, 67, 0.12);
    color: #ff9f43;
    border-radius: 24px;
    padding: 10px 15px;
    display: inline-block;
}

.segments_blue {
    background: rgba(115, 103, 240, 0.12);
    color: #7367f0;
    border-radius: 24px;
    padding: 10px 15px;
    display: inline-block;
}


.subsegments_green {
    background: rgba(40, 199, 111, 0.12);
    color: #16C96A;
    border-radius: 24px;
    padding: 10px 15px;
    display: inline-block;
}

    .subsegments_green span {
        display: inline-block;
        background: #16C96A;
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        cursor: pointer;
        font-weight: 600;
        position: relative;
        top: -2px;
        margin-left: 7px;
    }



.subsegments_red {
    background: rgba(234, 84, 85, 0.12);
    color: #EC5351;
    border-radius: 24px;
    padding: 10px 15px;
    display: inline-block;
}

    .subsegments_red span {
        display: inline-block;
        background: #EC5351;
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        cursor: pointer;
        font-weight: 600;
        position: relative;
        top: -2px;
        margin-left: 7px;
    }

.subsegments_orange {
    background: rgba(255, 159, 67, 0.12);
    color: #ff9f43;
    border-radius: 24px;
    padding: 10px 15px;
    display: inline-block;
}

    .subsegments_orange span {
        display: inline-block;
        background: #ff9f43;
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        cursor: pointer;
        font-weight: 600;
        position: relative;
        top: -2px;
        margin-left: 7px;
    }

.subsegments_blue {
    background: rgba(115, 103, 240, 0.12);
    color: #7367f0;
    border-radius: 24px;
    padding: 10px 15px;
    display: inline-block;
}

    .subsegments_blue span {
        display: inline-block;
        background: #7367f0;
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        cursor: pointer;
        font-weight: 600;
        position: relative;
        top: -2px;
        margin-left: 7px;
    }





.segments_switchbox {
    float: right;
    position: relative;
    top: 8px;
}

.subsegments_textbox {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    top: 3px;
    font-weight: 600;
}


ul.subsegments_listbox {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 30px;
}

    ul.subsegments_listbox li {
        padding-top: 15px;
        font-weight: 600;
    }



.profile_imgbox {
    position: relative;
    width: 135px;
    height: 135px;
    background: #000;
    border-radius: 100%;
    margin: auto;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.profile_editbtn {
    background: url("../images/profile_editbtn.svg") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 50%;
}

.summary_heading {
    font-size: 14px;
    font-weight: 600;
}

.summary_heading2 {
    font-weight: 600;
    margin-top: 15px;
}



.months_icon {
    background: url(../images/months_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    background-size: 100%;
}

.dark-layout .months_icon {
    background: url(../images/months_icondark.svg) no-repeat;
    background-size: 100%;
}


.balance_icon {
    background: url(../images/balance_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    background-size: 100%;
}

.dark-layout .balance_icon {
    background: url("../images/balance_icondark.svg") no-repeat;
    background-size: 100%;
}


.salebags_icon2 {
    background: url(../images/bags_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    background-size: 100%;
}

.dark-layout .salebags_icon2 {
    background: url(../images/bags_icondark.svg) no-repeat;
}





.summary_table tr td {
    padding-top: 15px;
    vertical-align: bottom;
    font-size: 13px;
}

ul.lastday_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}

    ul.lastday_list li {
        display: inline-block;
        padding-right: 15px;
    }

.customers_heading {
    font-weight: 600;
    margin-bottom: 15px;
}

.summary_cashactivetext {
    color: #16C96B;
    font-weight: 600;
    margin-top: 15px;
}


.salesbox {
    background: #16C96B;
    color: #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    position: relative;
    top: -1px;
    padding: 0px 5px;
}

.paymentbox {
    background: #EC5351;
    color: #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    position: relative;
    top: -1px;
    padding: 0px 5px;
}


.summary_bold {
    font-weight: 600;
}


.outstandings_span {
    float: right;
}


.mobile_view {
    display: none;
}

ul.mobile_customerlist {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 7px;
}

    ul.mobile_customerlist li {
        display: inline-block;
        width: 32%;
    }

.customerpayment_lable {
    padding: 5px 10px;
    background: #FFBF00;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
}


.arrowbox {
    width: 30px;
    height: 30px;
    background: #000;
    position: absolute;
    bottom: 2px;
    right: 2px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
}

.arrowbox_change .arrowup {
    display: none;
}

.arrowbox .arrowdown {
    display: none
}

.arrowbox_change .arrowdown {
    display: block;
}








/*==================== Active Customers Table View css  ============================*/



.activecustomerstablesection {
}

.activecustomer_logo {
    width: 200px;
}

    .activecustomer_logo img {
        width: 100%;
    }

.activecustomer_headingbox {
    text-align: center;
}

.active_headingbox {
    font-size: 1.285rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.active_rightlogo {
    width: 100px;
    float: right;
}

    .active_rightlogo img {
        width: 100%;
    }


.active_table {
    white-space: nowrap;
    margin-top: 30px;
    width: 100%;
    height: 600px;
    overflow: auto;
}

.activegrid_btn {
    float: right;
    width: 40px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}



.active_table table thead {
    position: -webkit-sticky;
    top: 60px;
}


.asiafeed_logo {
    width: 156px;
}

.assign_rolesbtbox button {
    margin-bottom: 10px;
    margin-right: 10px;
}


.checkbox_label {
    margin-top: 5px;
    margin-left: 5px;
}

.demo-inline-spacing > * {
    margin-top: 0px;
    margin-right: 5px;
}

.demo-inline-spacing {
    margin-top: 10px;
}

    .demo-inline-spacing .badge {
        padding: 10px 20px;
        cursor: pointer;
    }




.cardsubsegment_box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.cardsubsegment_header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f0f1;
    border-bottom: 1px solid #f0f0f1;
    cursor: pointer;
}

    .cardsubsegment_header:hover {
        background: #7266f0;
        color: #fff;
        border-radius: 4px;
    }

.subsegemtn_textbtn:hover {
    background: #7266f0;
    color: #fff;
}


.subsegemtn_textbtn {
    padding: 10px;
    cursor: pointer;
}

.subsegemtn_textactive {
    background: #7266f0;
    color: #fff;
}

.cardsubsegment_active {
    background: #7266f0;
    color: #fff;
    border-radius: 4px;
}

.segments_textheading {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}



.mt_5 {
    margin-top: 5px;
}

.update_spanbox {
    float: right;
    background: #dddddd7d;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 400;
}


.green_text {
    color: #28c76f
}



.orange_text {
    color: #ff9f43
}


.main-menu .navbar-header {
    height: 75px;
}




.loaderbox {
    background: #ffffffd1;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    position: fixed;
    z-index: 9;
    text-align: center;
    top: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
}


.dark-layout .loaderbox {
    background: #293046d9;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    position: fixed;
    z-index: 9;
    text-align: center;
    top: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
}









.loaderbox img {
    width: 150px;
}

.loader {
    background: url(../images/loader.svg) center center no-repeat !important;
    padding: 50px;
    font-size: 0px !important;
}



.active_customerstable {
    width: 100%;
    margin-top: 30px;
}



    .active_customerstable table th {
        padding: 10px 5px;
        text-align: center;
    }

    .active_customerstable table td {
        padding: 10px 5px;
        text-align: right;
    }

.text_left {
    text-align: left !important;
}

.text_center {
    text-align: center !important;
}

.popup_customersearchbox {
    position: relative;
    top: -5px;
}

.popupsearch_tablebox table {
    border: solid 1px #f3f2f7;
}

.popupsearch_button {
    border: 0px;
    margin-right: 10px;
}



.popupsearch_tablebox table tr:nth-child(even) {
    background-color: #f3f2f7;
}

.popupsearch_tablebox table tr td:hover {
    background: #7367f0;
    cursor: pointer;
}

.popupsearch_tablebox table tr td a {
    color: #6e6b7b;
}

.popupsearch_tablebox table tr td:hover a {
    color: #fff;
}


.customdropdown_searchbox {
    position: relative;
    width: 100%;
}

    .customdropdown_searchbox:before {
        background: url(../images/dropdown_icon.svg) no-repeat;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 9px;
        top: 9px;
    }


ul.customdropdown_list {
    list-style: none;
    box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
    position: absolute;
    background: #fff;
    border: 1px solid #7466f0;
    border-radius: 4px;
    width: 100%;
    top: 37px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
    z-index: 9999;
    height: 235px;
    overflow-x: scroll;
}

    ul.customdropdown_list li a {
        padding: 10px;
        color: #6e6b7b;
        display: block;
    }

        ul.customdropdown_list li a:hover {
            background-color: rgba(115, 103, 240, 0.12) !important;
            color: #7367f0 !important;
        }




.customdropdown_listactive {
    color: #fff !important;
    background: #7367f0;
}


.customdropdown_textbox:focus {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.customdropdown_textbox {
    cursor: pointer;
}



.validation-message {
    color: #ea5455 !important;
    position: relative;
    top: 5px;
}










.customer_paymenttable table th {
    padding: 10px 5px;
}

.customer_paymenttable table td {
    padding: 10px 5px;
}


.tablecustomer_ammountbox {
    font-size: 22px;
    font-weight: 700;
}


.tablebank_title {
    font-weight: 700;
    max-width: 350px;
}


.mt-1 {
    margin-top: 5px !important;
}

.me-1 {
    margin-right: 5px !important;
}

.tablecustomer_checkbox {
    margin-left: 5px;
    margin-top: 5px;
}



.text_right {
    text-align: right !important;
    padding-right: 10px !important;
}

.rowbordertop {
    border-top: solid 3px #2ac770 !important;
    background-color: #2ac77017 !important;
}

.customer_paymenttable tr:nth-child(even) {
    background-color: #79797912;
}


.customer_paymenttable tr {
    border: solid 1px #79797912;
}



.btn_table {
    padding: 6px;
}

.ml_5 {
    margin-left: 5px;
}



.tableupdate_spanbox {
    background: #dddddd7d;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 400;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.version_textbox {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #efeff0;
}

    .version_textbox span {
        font-weight: 700;
    }


.customer_endtextbox {
    padding-top: 10px;
}



.activecustomer_table {
    text-align: left;
    position: relative;
    border-collapse: collapse;
}

    .activecustomer_table .tableth {
        background: #e6e4ee;
        position: sticky;
        top: 200px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }


    .activecustomer_table .tableth2 {
        background: #e6e4ee;
        position: sticky;
        top: 117px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }

.black_td {
    background: #636363 !important;
    color: #fff !important;
}

.gray_td {
    background: #bfbfbf !important;
    color: #000 !important;
}

.footer_table {
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

    .footer_table td {
        text-align: left;
    }


.content_pagebox {
    position: relative;
}





.dasboard_table {
    white-space: nowrap;
    width: 100%;
    height: 357px;
    overflow: auto;
}

.td_bold {
    font-weight: 700;
}

.td_fixed {
    background: #f3f2f7 !important;
}

.blue_td {
    background: #f5f4ff !important;
}



.text_red {
    color: #FD434D !important;
}

.text_blue {
    color: #7761F9 !important;
}

.text_green {
    color: #28c76f !important;
}

.text_dark_green {
    color: green !important;
}

.th_namebox {
    width: 260px;
}

.small_text {
    font-size: 10px;
}

.saleorder_loading {
    display: inline-block;
    background: #FFA037;
    border-radius: 50px;
    padding: 5px 10px;
    margin: auto;
    color: #fff;
    text-wrap: nowrap;
}

.saleorder_pending {
    display: inline-block;
    background: #EC5351;
    border-radius: 50px;
    padding: 5px 10px;
    margin: auto;
    color: #fff;
    text-wrap: nowrap;
}

.saleorder_arrived {
    display: inline-block;
    background: #7362F4;
    border-radius: 50px;
    padding: 5px 10px;
    margin: auto;
    color: #fff;
    text-wrap: nowrap;
}

.saleorder_dispatched {
    display: inline-block;
    background: #16C96A;
    border-radius: 50px;
    padding: 5px 10px;
    margin: auto;
    color: #fff;
    text-wrap: nowrap;
}


.rowstatus_loading {
    border-bottom: solid 2px #ff9f38 !important;
}

.rowstatus_pending {
    border-bottom: solid 2px #EC5351 !important;
}

.rowstatus_arrived {
    border-bottom: solid 2px #7362F4 !important;
}

.rowstatus_dispatched {
    border-bottom: solid 2px #16C96A !important;
}


.text_norwap {
    text-wrap: nowrap;
}


.k-input-values {
    min-height: 36px !important;
}


.dark-layout .td_fixed {
    background: #151e31 !important;
}



.activeparties_cashbox {
    background: rgba(40, 199, 111, 0.12);
    border-radius: 0.428rem;
    padding: 20px 10px;
    text-align: center;
    padding-bottom: 15px;
    height: 100%;
}

.activeparties_creditbox {
    background: rgba(115, 103, 240, 0.12);
    border-radius: 0.428rem;
    padding: 20px 10px;
    text-align: center;
    padding-bottom: 15px;
    height: 100%;
}

.activeparties_box {
    background: rgb(238 103 38 / 9%);
    border-radius: 0.428rem;
    padding: 20px 10px;
    text-align: center;
    height: 100%;
    padding-bottom: 15px;
}


.dead_inactivebox {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 0.428rem;
    padding: 20px 10px;
    text-align: center;
    height: 100%;
    padding-bottom: 15px;
}


.activeparties_closingbalance {
    border-radius: 0.428rem;
    padding: 20px 10px;
    text-align: center;
    height: 100%;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.04);
}


.heading_cash {
    font-size: 36px;
    font-weight: 700;
}

.fw_7 {
    font-weight: 700;
}

.blue_text {
    color: #7362F4;
}

.red_text {
    color: #EC5351;
}

.maroon_text {
    color: maroon;
}

.dark-layout .maroon_text {
    color: red;
}

.graph_linebox {
    background: url(../images/graphline.svg) no-repeat;
    width: 100%;
    height: 150px;
}


.saleorder_bagtext {
    text-align: right;
    margin-top: 5px;
}

.avatar_height {
    height: 100%;
}


.bg-light-hold {
    background: rgb(255 0 222 / 12%) !important;
}

.progress-bar-hold {
    background: rgb(255 0 222 / 12%)
}

    .progress-bar-hold .progress-bar {
        background-color: #ec1ddf;
    }


.saleorder_hold {
    display: inline-block;
    background: #FF19E6;
    border-radius: 50px;
    padding: 5px 10px;
    margin: auto;
    color: #fff;
    text-wrap: nowrap;
}

.status_hold {
    color: #FF19E6;
}

.rowstatus_hold {
    border-bottom: solid 2px #FF19E6 !important;
}


.hold_box {
    background: #FF19E6;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 12px;
}




.btnbg_asia {
    background: #16C96A;
}

.btnbg_chenab {
    background: #EC5351;
}

.btnbg_delta {
    background: #FFA037;
}

.btnbg_indus {
    background: #7362F4;
}

.btnbg_total {
    background: #959595;
}



.open_btn {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.close_btnicon {
    background: url(../images/close_btnicon.svg) no-repeat;
    width: 9px;
    height: 9px;
    display: inline-block;
}

.open_btnicon {
    background: url(../images/open_btnicon.svg) no-repeat;
    width: 9px;
    height: 9px;
    display: inline-block;
}


.brand_section {
    padding-left: 10px;
}

.segments_section {
    padding-left: 20px;
}


.customers_namebox {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    margin-left: 10px;
}

.customers_imgbox {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    background: #ddd;
    margin-left: -10px;
    position: relative;
    left: 10px;
}

    .customers_imgbox img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
        background-size: cover;
        border: solid 1px #fff;
    }



.multipleuser_icon {
    background: url(../images/multipleuser_icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-left: 5px;
}






.multipleuser_box {
    position: absolute;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(34, 41, 47, 0.125);
    border-radius: 0.428rem;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    z-index: 999;
    padding: 15px;
    min-width: 270px;
    visibility: hidden;
    opacity: 0;
    transition: all .9s cubic-bezier(1, -0.3, 0, 0.79);
}

.multipleuser_icon:hover .multipleuser_box {
    visibility: visible;
    opacity: 1;
    transition: all .9s cubic-bezier(1, -0.3, 0, 0.79);
}



ul.multipleuser_listbox {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.multipleuser_listbox li {
        display: block;
        padding-bottom: 10px;
        border-bottom: solid 1px #ddd;
        padding-top: 10px;
    }

        ul.multipleuser_listbox li:last-child {
            border-bottom: 0px;
        }


.customers_imgboxlist {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    background: #ddd;
}

    .customers_imgboxlist img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
        background-size: cover;
        border: solid 1px #fff;
    }


.dark-layout .multipleuser_box {
    background-color: #283046;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
    border: solid 1px #192034;
}

.dark-layout ul.multipleuser_listbox li {
    border-bottom: solid 1px #192034;
}

.good_customer {
    border-left: 6px solid #16c96b;
}

.bad_customer {
    border-left: 6px solid #ec5351;
}

.avg_customer {
    border-left: 6px solid #FFA037;
}


.brand_logobox {
    width: 52px;
    height: 52px;
    display: inline-block;
    background-size: 100% !important;
}

.brand_logobox2 {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100% !important;
    position: relative;
    top: 6px;
    margin-right: 10px;
}



.asiabrand_logo {
    background: url(../images/asiabrand_logo.svg) no-repeat;
}

.chenabbrand_logo {
    background: url(../images/chenabbrand_logo.svg) no-repeat;
}

.indusbrand_logo {
    background: url(../images/indusbrand_logo.svg) no-repeat;
}

.deltabrand_logo {
    background: url(../images/deltabrand_logo.svg) no-repeat;
}

.userlist_imgbox {
    border-radius: 50px;
    background-size: cover;
}

.dropdown button:active {
    outline: none !important;
    border: 0px;
}

.tab-content .dropdown-toggle {
    border: 0px !important;
}


.asiacard {
    border-left: solid 6px #1ac96a;
}

.induscard {
    border-left: solid 6px #7362F4;
}

.chenabcard {
    border-left: solid 6px #EC5351;
}

.deltacard {
    border-left: solid 6px #FFA037;
}


.card_active {
    background: #f1fdff;
}

.dark-layout .card_active {
    background: #7362f426;
}

.card_none {
    background: #fff;
}

.card_chain {
    background: #fff1f1;
}

.activecustomer_listboxmobile {
    display: none;
}

.year_spanbox {
    font-weight: 600;
    background: #F4F3FA;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.report_cardbox {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(34, 41, 47, 0.16);
    padding: 5px 10px;
    margin-top: 10px;
}

.report_cardtable {
    width: 100%;
    font-size: 11px;
}

    .report_cardtable tr th {
        border-bottom: solid 1px #ddd;
        padding-bottom: 5px;
    }

    .report_cardtable tr td:first-child {
        width: auto;
    }

    .report_cardtable tr td {
        padding-top: 5px;
        width: 26%;
    }

.nextback_btnbox {
    text-align: center;
    margin-top: 20px;
}

.backbtn {
    background: url(../images/backbtn.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    background-size: 100%;
}

.nextbtn {
    background: url(../images/nextbtn.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    background-size: 100%;
}

.dark-layout .report_cardbox {
    background-color: #323b51;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

.dark-layout .report_cardtable tr th {
    border-bottom: solid 1px #1c2331;
}


.dark-layout .year_spanbox {
    background: #323b51;
}

.fontsize_18 {
    font-size: 18px;
}

.regionandbrands_btn {
    font-size: 10px;
    float: right;
    margin-left: 6px;
    padding: 6px 8px;
    cursor: pointer;
}

.graphtype_btn {
    font-size: 10px;
    margin-left: 0px;
    padding: 6px 8px;
    cursor: pointer;
    position: relative;
    top: -4px;
}


.scroolx {
    overflow-x: scroll;
    height: 700px;
}

.menu_scrool {
}

.menu_scrool {
    overflow-x: scroll;
    height: 900px !important;
}


    .menu_scrool::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .menu_scrool::-webkit-scrollbar-track {
        background: #fff;
    }

    .menu_scrool::-webkit-scrollbar-thumb {
        background: #fff;
    }

        .menu_scrool::-webkit-scrollbar-thumb:hover {
            background: #fff;
        }


    .menu_scrool:hover::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .menu_scrool:hover::-webkit-scrollbar-track {
        background: #fff;
    }

    .menu_scrool:hover::-webkit-scrollbar-thumb {
        background: #7367f0;
    }

        .menu_scrool:hover::-webkit-scrollbar-thumb:hover {
            background: #3D408B;
        }









/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7367f0;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #3D408B;
    }

.active_customerstable_80 {
    width: 80%;
    margin: auto;
}

.lastdaysale_text {
    font-weight: 700;
    position: relative;
    top: -2px;
}

.menu_break {
    margin-left: 40px;
    font-size: 10px;
    color: #ff9f43;
    font-weight: 700;
    position: absolute;
    top: 29px;
}


.BalanceComparison_Brand_Wise {
    height: 750px;
    overflow: auto;
}


.feedmillsales_table {
    height: 450px;
    overflow: auto;
}

.feed_wisesales_table {
    height: 1200px;
    overflow: auto;
}



.padding0 tr td {
    padding-left: 5px;
    padding-right: 5px;
}

.padding0 tr th {
    padding-left: 5px;
    padding-right: 5px;
}

.padding2 tr td {
    padding-left: 2px;
    padding-right: 2px;
}

.padding2 tr th {
    padding-left: 2px;
    padding-right: 2px;
}



.salesestimat_month {
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.salesestimat_heading {
    text-align: center;
    font-weight: 400;
    font-size: 11px;
}


.salesestimat_total {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.salesestimat_inputbox {
    text-align: center;
    width: 120px;
    margin: auto;
    position: relative;
}

.salesestimat_input {
    height: 32px;
}



.paymentbag_icon {
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

    .paymentbag_icon::before {
        background: url(../images/bags_icon.svg) no-repeat;
        width: 25px;
        height: 25px;
        display: inline-block;
        position: relative;
        top: 6px;
        background-size: 100%;
        content: "";
    }

.payment_icon {
    background: url(../images/balance_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    background-size: 100%;
}



.payment_bagtext {
    font-size: 32px;
    font-weight: 700;
}



ul.payment_listbox {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.payment_listbox li {
        display: inline-block;
    }

.paymenttext {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: 9px;
    text-align: right;
}

.paymenttext_number {
    font-size: 32px;
    font-weight: 700;
    text-align: right;
}



.paymentbagtext {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: 4px;
    text-align: right;
}

.paymentcard_number {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.paymentcard_text {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}




.paymentcard_icon1 {
    background: url(../images/balance_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    background-size: 100%;
    margin-right: 10px;
}

.paymentcard_icon2 {
    background: url(../images/bags_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    background-size: 100%;
    margin-right: 4px;
}


.saleedit_iconbtn {
    position: relative;
    top: -4px;
    margin-left: 10px;
}

.salesave_iconbtn {
    top: 6px;
    position: absolute;
    margin-left: 10px;
    right: -20px;
}

.graph_lablebox {
    text-align: center;
}

.graphbg_box {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    position: relative;
    top: 1px;
}

.graphbg_text {
    font-size: 10px;
    margin-right: 15px;
}

.salebags_smalltext {
    font-size: 10px;
    color: #c56101;
    font-weight: 700;
    position: relative;
    top: -4px;
}

.segmentProducerCount_smalltext {
    font-size: 10px;
    color: #c56101;
    font-weight: 700;
}

.notification_time_smalltext {
    font-size: 10px;
    color: #c56101;
    font-weight: 700;
    position: relative;
}

.feedmill_cityname {
    font-size: 10px;
    color: #c56101;
    font-weight: 700;
}

.segmentByType_smalltext {
    font-size: 10px;
    font-weight: 700;
}



.salesorder_smalltext {
    font-size: 10px;
    font-weight: 700;
    position: relative;
    top: -2px;
}

.salesorder_percent_smalltext {
    color: #c56101;
}

.modaloverlay_bg {
    position: fixed;
    background: #0009;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
}

.modal.show .modal-dialog {
    z-index: 99999;
}








.customer_mapbox {
    width: 100%;
}

    .customer_mapbox img {
        width: 100%;
    }

.add_customersbtn {
    margin-left: 30px;
}





.locationtoltip_icon {
    background: url(../images/locationtoltip_icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}



.phone_icontoltip {
    background: url(../images/phone_icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background-size: 100%;
}

.toltipuserlocation_box {
    width: 350px;
}

.toltip_usericon {
    background: url(../images/user_icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    background-size: 100%;
    position: relative;
    top: -5px;
    float: left;
    margin-right: 10px;
}

.latitudlangitude_inpubtbox {
    position: relative
}

.latitudlangitude_icon {
    background: url(../images/latitudlangitude_icon.svg) no-repeat;
    width: 19px;
    height: 26px;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}




.BalanceComparison_table {
    font-family: 'nimbus-sans', sans-serif;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .8125rem;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}

    .BalanceComparison_table thead tr th {
        background: #fff;
        color: #000;
        line-height: 1.15em;
        padding: 13px 6px 9px;
        vertical-align: middle;
        z-index: 20;
        border-bottom: 1px solid #000;
        font-size: .6875rem;
        letter-spacing: 0.5px;
        text-align: right;
    }

        .BalanceComparison_table thead tr th:first-child {
            text-align: left;
        }

    .BalanceComparison_table tbody tr td:first-child {
        text-align: left;
    }


    .BalanceComparison_table tbody tr {
        background-color: #fff;
        border-bottom: 1px solid #f3f4f5;
    }

    .BalanceComparison_table table tbody tr td {
        border: 0;
        padding: 9px 6px;
    }

    .BalanceComparison_table tbody tr:hover td {
        background-color: rgba(146,144,144,0.2);
    }


    .BalanceComparison_table thead tr th.selectdth {
        box-shadow: inset 0 20px 0 -17px #fa4d00;
        background-color: rgba(146,144,144,0.1);
        border-left: solid 1px white;
    }

    .BalanceComparison_table tbody tr td.selectdtd {
        background-color: rgba(146,144,144,0.1);
        border-left: solid 1px white;
    }


    .BalanceComparison_table tbody .footer_trbg {
        background: #000 !important;
        color: #fff;
        font-weight: 700;
        /* font-size: 16px; */
    }



.pt_50 {
    padding-top: 50px !important;
}



.uparrow_icon {
    background: url(../images/bl_up.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 2px;
}

.downarrow_icon {
    background: url(../images/bl_down.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 2px;
}


.rightarrow_icon {
    background: url(../images/bl_right.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 2px;
}




.bwsna_smalltext {
    font-size: 10px;
    color: #c56101;
}

.badge_timebox {
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    padding: 6px 6px;
}


.bg-primary .badge_timebox {
    background: #EEECFF;
    color: #5E5873;
}


.badge_withtime {
    padding: 5px 8px !important;
}

.receivablebrand_btn {
    margin-right: 5px;
}

.thead-dark-second {
    background: #dfdfdf !important;
    border-top: solid 35px #fff !important;
}



.salesorderstatus {
    background: url(../images/salesorderstatus.svg) no-repeat;
    background-size: 100% !important;
}

.dark-layout .salesorderstatus {
    background: url(../images/dark_salesorderstatus.svg) no-repeat;
    background-size: 100% !important;
}

.active .salesorderstatus {
    background: url(../images/active_salesorderstatus.svg) no-repeat !important;
    background-size: 100% !important;
}





.activecustomers {
    background: url(../images/activecustomers.svg) no-repeat;
    background-size: 100% !important;
}

.dark-layout .activecustomers {
    background: url(../images/dark_activecustomers.svg) no-repeat;
    background-size: 100% !important;
}

.active .activecustomers {
    background: url(../images/active_activecustomers.svg) no-repeat !important;
    background-size: 100% !important;
}





.balancecomparison {
    background: url(../images/balancecomparison.svg) no-repeat;
    background-size: 100% !important;
}

.dark-layout .balancecomparison {
    background: url(../images/dark_balancecomparison.svg) no-repeat;
    background-size: 100% !important;
}

.active .balancecomparison {
    background: url(../images/active_balancecomparison.svg) no-repeat !important;
    background-size: 100% !important;
}






.dashboard {
    background: url(../images/dashboard.svg) no-repeat;
    background-size: 100% !important;
}

.dark-layout .dashboard {
    background: url(../images/dark_dashboard.svg) no-repeat;
    background-size: 100% !important;
}

.active .dashboard {
    background: url(../images/active_dashboard.svg) no-repeat !important;
    background-size: 100% !important;
}

.salesestimation {
    background: url(../images/salesestimation.svg) no-repeat;
    background-size: 100% !important;
    position: relative !important;
    top: -2px !important;
    height: 23px !important;
}


.dark-layout .salesestimation {
    background: url(../images/dark_salesestimation.svg) no-repeat;
    background-size: 100% !important;
    position: relative !important;
    top: -2px !important;
    height: 23px !important;
}

.active .salesestimation {
    background: url(../images/active_salesestimation.svg) no-repeat !important;
    background-size: 100% !important;
    position: relative !important;
    top: -2px !important;
    height: 23px !important;
}


.customer_colbr {
    border-right: solid 2px #0000000f;
}

.customerlocations_text1 {
    font-weight: 600;
    font-size: 12px;
}

.customerlocations_text2 {
    font-weight: 400;
    font-size: 10px;
}



.customerlocations_mainbox {
    text-align: center;
}

.customerlocations_city {
    font-size: 22px;
    font-weight: 700;
}

.customerlocations_text {
    padding-top: 3px;
    padding-bottom: 3px;
}


.customerlocations_editbtn {
    background: url(../images/profile_editbtn.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: relative;
    top: 3px;
    cursor: pointer;
}





/*================ dashboard new CSS Start here =========================*/

.month_heading {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.month_icon {
    background: url(../images/month_icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 5px;
    background-size: 100%;
}

.dark-layout .month_icon {
    background: url(../images/month_icondark.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 5px;
    background-size: 100%;
}

.topcompanies_box {
    background: #F8F8F8;
    padding: 7px;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 10px;
}

.companies_totalbox {
    display: inline-block;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
}

.topcompanies_text {
    text-align: center;
    font-weight: 400;
}

.companies_salebg {
    background: #16C96A;
}

.companies_fcrbg {
    background: #5E5873;
}

.companies_ratingbox {
    text-align: center;
    margin-top: 30px;
}


.rating_gold {
    background: url(../images/rating_gold.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%;
}

.rating_white {
    background: url("../images/rating_white.svg") no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%;
}



.companies_countbox {
    display: inline-block;
    background: #f8f8f8;
    border: dotted #d8d8d8;
    font-weight: 700;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -5px;
}

.companies_diseasesbox {
    text-align: center;
    margin-top: 10px;
}


.cardoverlay_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(9px);
    border-radius: 0.428rem;
}


.dark-layout .topcompanies_box {
    background: #313952;
}

.dark-layout .companies_countbox {
    background: #313952;
}

.companies_yearbtn {
    float: right;
}



.add_recordbox {
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -6px;
}

.add_recordbox_performance {
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -90px;
}

.recordbox_text {
    font-weight: 400;
    font-size: 14px;
}

.disease_icon {
    background: url(../images/disease_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
}

.dark-layout .disease_icon {
    background: url(../images/dark_disease_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
}





.producers_icon {
    background: url(../images/producers_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
}


.dark-layout .producers_icon {
    background: url(../images/dark_producers_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
}

.financial_icon {
    background: url(../images/financial_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
}

.dark-layout .financial_icon {
    background: url(../images/dark_financial_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
}

.view_chartsicon {
    background: url(../images/view_chartsicon.svg) no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    background-size: 100%;
}


.dark-layout .view_chartsicon {
    background: url(../images/darkview_chartsicon.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
}

.add_recordbox a {
    color: #6e6b7b;
}

.align_item_center {
    align-items: center;
}




.card_headingtext {
    font-weight: 400;
    font-size: 16px;
}

.sales_box {
    background: rgba(40, 199, 111, 0.12);
    border-radius: 4px;
    border: dotted 1px #16c96a;
    margin: 0px 5px;
    padding: 5px 10px;
    color: #16C96A;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.fcr_box {
    background: rgba(115, 103, 240, 0.12);
    border-radius: 4px;
    border: dotted 1px #7362f4;
    margin: 0px 5px;
    padding: 5px 10px;
    color: #7362F4;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.cost_box {
    background: rgb(238 103 38 / 9%);
    border-radius: 4px;
    border: dotted 1px #ffa037;
    margin: 0px 5px;
    padding: 5px 10px;
    color: #FFA037;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.data_row {
    position: relative;
}

.cardoverlay_row {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
    border-radius: 0.428rem;
}

.dark-layout .cardoverlay_row {
    background: rgb(41 48 70 / 32%);
}




.card_opensection {
    margin-top: 20px;
    border-top: solid 1px #FFEFDD;
    padding-top: 20px;
}

.card_open {
    background: #fffbf7;
}

.dark-layout .card_open {
    background: #7362f426;
}


.dark-layout .card_opensection {
    border-top: solid 1px #1c1d3a;
}


.disease_inputbox {
    border-radius: 4px;
    background: #f8f8f8;
    border: 3px dotted #5e5873;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.dark-layout .disease_inputbox {
    background: #303260;
    color: #b5b7be
}



.disease_inputbox:focus {
    outline: none;
    background: #fff;
}

.dark-layout .disease_inputbox:focus {
    outline: none;
    background: #303260;
}


.noUi-horizontal {
    height: 20px;
}

    .noUi-horizontal .noUi-handle {
        width: 30px;
        height: 30px;
        cursor: pointer;
        right: -15px;
        top: -6px;
    }

.noUi-tooltip {
    transform: translate(-10%, -50%);
    font-size: 13px;
    border: none;
    color: #ffffff;
    background-color: #000000;
    padding: 0.1718rem 0.35rem;
    font-weight: 500;
}

.colborder_right {
    border-right: solid 1px #EAEAEA;
}

.dark-layout .colborder_right {
    border-right: solid 1px #5e5873;
}

.producers_boxtext {
    font-size: 10px;
    margin-top: 5px;
}

ul.producers_listbox {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.producers_listbox li {
        display: inline-block;
    }

.popuprecord_box {
    padding: 30px;
    border: dotted 3px #5e5873;
    background: #f8f8f8;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.dark-layout .popuprecord_box {
    padding: 30px;
    border: dotted 3px #5e5873;
    background: #293046;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.popup_locationtext {
    font-size: 11px;
    float: right;
}

.popup_selectbox {
    height: 60px;
}

.popuprecord_text {
    font-weight: 700;
    font-size: 16px;
}


.popupsave_icon {
    background: url(../images/save_icon.svg) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    border: 0px;
    position: relative;
    top: -5px;
}

.popupedit_icon {
    background: url(../images/edit_icon.svg) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    border: 0px;
    position: relative;
    top: -5px;
}

.popup_deletebtn {
    background: url(../images/popup_deletebtn.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    border: 0px;
    margin-left: 12px;
}


.popup_addbtn {
    background: url(../images/popup_addbtn.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    margin-top: 33px;
    position: relative;
    left: 10px;
    border: 0px;
}

.popup_selectbox2 {
    height: 38px;
}




.uparrow_iconbalance {
    background: url(../images/bl_up_balance.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 3px;
    left: -4px;
}

.downarrow_iconbalance {
    background: url(../images/bl_down_balance.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 3px;
    left: -4px;
}


.uparrow_iconsale {
    background: url(../images/bl_up.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 3px;
    left: -4px;
}

.downarrow_iconsale {
    background: url(../images/bl_down.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 3px;
    left: -4px;
}


.balancecomparison_mobiletable {
    font-size: 10px;
    width: 100%;
}

    .balancecomparison_mobiletable thead tr th {
        background: #193767;
        font-weight: 700;
        padding: 5px;
        color: #fff;
    }

    .balancecomparison_mobiletable tbody tr td {
        padding: 5px;
    }

    .balancecomparison_mobiletable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

.balancecomparison_rowbl {
    border-left: solid 2px #FF0000
}



.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    top: -12px;
    font-size: 10px;
    color: #b9b9c3;
}

    .sliderticks span {
        display: flex;
        justify-content: center;
        width: 1px;
        height: 10px;
        background: #d3d3d3;
        line-height: 40px;
    }

.disease_rangeslider {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}



/* Chrome 15 and below */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #input_rangeslider input {
        appearance: auto;
    }
}

#input_rangeslider input {
    --c: #7367f0; /* active color */
    --g: 2px; /* the gap */
    --l: 8px; /* line thickness*/
    --s: 30px; /* thumb size*/

    width: 100%;
    height: var(--s); /* needed for Firefox*/
    --_c: color-mix(in srgb, var(--c), #000 var(--p,0%));
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    overflow: hidden;
}

    #input_rangeslider input:focus-visible,
    #input_rangeslider input:hover {
        --p: 25%;
    }

    #input_rangeslider input:active,
    #input_rangeslider input:focus-visible {
        --_b: var(--s)
    }
    /* chromium */
    #input_rangeslider input[type="range" i]::-webkit-slider-thumb {
        height: var(--s);
        aspect-ratio: 1;
        border-radius: 50%;
        box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
        border-image: linear-gradient(90deg,var(--_c) 50%,#ababab 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
        -webkit-appearance: none;
        appearance: none;
        transition: .3s;
    }
    /* Firefox */
    #input_rangeslider input[type="range"]::-moz-range-thumb {
        height: var(--s);
        width: var(--s);
        background: none;
        border-radius: 50%;
        box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
        border-image: linear-gradient(90deg,var(--_c) 50%,#ababab 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
        -moz-appearance: none;
        appearance: none;
        transition: .3s;
    }





.fieldanalysis_month {
    font-size: 16px;
    font-weight: 700;
}


.dark-layout .card_mainbox {
    border: 1px solid #151e31;
}

.dark-layout .cardborder {
    border-top: 1px solid #151e31;
}


.card_mainbox {
    border: 1px solid #efefef;
    border-radius: 4px;
    text-align: center;
}

.card_mainheading {
    font-size: 14px;
    font-weight: 600;
    background: #5E5873;
    padding: 2px;
    color: #fff;
}

.dark-layout .card_mainheading {
    font-size: 14px;
    font-weight: 600;
    background: #1a1f2f;
    padding: 2px;
    color: #fff;
}


.card_mainlable {
    font-size: 10px;
    font-weight: 400;
    color: #FFA037;
}



.cardredtext {
    color: #ea5455;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.cardgreentext {
    color: #16C96A;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.cardorangetext {
    color: #FFA037;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.cardbluetext {
    color: #7362F4;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.card_maintext {
    font-size: 10px;
}

.card_heading {
    font-weight: 700;
    font-size: 12px;
}

.card_contentbox {
    padding-bottom: 5px;
}

.cardborder {
    border-top: solid 1px #ddd;
    padding-top: 5px;
}

.diseases_btn {
    background: url(../images/diseases_btn.svg) no-repeat;
    width: 145px;
    height: 90px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}

.producers_btn {
    background: url(../images/producers_btn.svg) no-repeat;
    width: 145px;
    height: 90px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}

.financial_btn {
    background: url(../images/financial_btn.svg) no-repeat;
    width: 145px;
    height: 90px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}



.maplocation_btn {
    background: url(../images/maplocation2.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: relative;
    top: 3px;
    cursor: pointer;
}


.otherinput_disease {
    height: 60px;
}

.customer_addresstr {
    background: #fff !important
}

.customer_addresstd {
    padding: 2px !important;
    text-align: center;
}


.placementdelay_box {
    text-align: left;
    color: #7761fb;
    padding: 5px;
    border-radius: 4px;
}

.placementdelay_text {
    color: #000;
}

.dark-layout .placementdelay_text {
    color: #fff;
}



.dropdown_drname {
    font-size: 10px;
    color: #ff9f43;
    font-weight: 700;
    position: relative;
    top: -4px;
}

.notifaction_listscrollbox {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}


.popup_headingbox {
    border-bottom: solid 2px #f3f2f7;
    padding-bottom: 1px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.performance_icon {
    background: url(../images/performance_icon.svg) no-repeat;
    display: inline-block;
    width: 65px;
    height: 47px;
    background-size: 100%;
    position: absolute;
    top: 3px;
    right: 0;
}

.subsegemnt_badge {
    font-size: 10px;
    margin-left: 6px;
    padding: 6px 8px;
    cursor: pointer;
}

.feedmills-hidden {
    display: none;
}

.hidden {
    display: none;
}



.viewchat-btn {
    background: url(../images/viewchat-btn.svg) no-repeat;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-size: 100%;
    cursor: pointer;
}

.viewdata-btn {
    background: url(../images/viewdata-btn.svg) no-repeat;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-size: 100%;
    cursor: pointer;
}























.swiper-centered-slides.swiper-container .swiper-slide {
    width: 240px !important;
    padding: 5px 10px;
    text-align: left;
    font-size: 10px;
    font-weight: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.line_graphbox {
    margin-top: 4px;
    margin-bottom: 4px;
}

.swiper_title {
    font-weight: 700;
    font-size: 11px;
}

.line_graphbox img {
    width: 100%
}


.swiper_count {
    font-size: 11px;
    font-weight: 700;
}

.swiper_textcount {
    font-weight: 700;
    color: #000;
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
}

.dark-layout .swiper_textcount {
    font-weight: 700;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
}


.swiper_up {
    color: #117C0F;
}

    .swiper_up::after {
        content: "";
        background: url(../images/swiper_up.svg) no-repeat;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-size: 100%;
        position: relative;
        left: 4px;
    }

.swiper_down {
    color: #EC5351;
}

    .swiper_down::after {
        content: "";
        background: url("../images/swiper_down.svg") no-repeat;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-size: 100%;
        position: relative;
        left: 4px;
    }

.swiper_up_disease {
    color: #EC5351;
}

    .swiper_up_disease::after {
        content: "";
        background: url(../images/swiper_up_disease.svg) no-repeat;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-size: 100%;
        position: relative;
        left: 4px;
    }

.swiper_down_disease {
    color: #117C0F;
}

    .swiper_down_disease::after {
        content: "";
        background: url("../images/swiper_down_disease.svg") no-repeat;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-size: 100%;
        position: relative;
        left: 4px;
    }






.graph_readmore {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0px;
}

    .graph_readmore::after {
        content: "";
        background: url("../images/graph_readmore.svg") no-repeat;
        width: 12px;
        height: 12px;
        display: inline-block;
        background-size: 100%;
        position: relative;
        left: 4px;
    }



.linegraph_textred {
    font-weight: 700;
    font-size: 11px;
    color: #EC5351;
}



.linegraph_textgreen {
    font-weight: 700;
    font-size: 11px;
    color: #117C0F;
}

.linegraph_textblack {
    font-weight: 600;
    font-size: 11px;
    color: #000;
}

.dark-layout .linegraph_textblack {
    font-weight: 600;
    font-size: 11px;
    color: #fff;
}

.linegraph_textgreen_detail {
    /*font-weight: 700;*/
    font-size: 11px;
    color: #117C0F;
}

.linegraph_textblack_detail {
    /*font-weight: 600;*/
    font-size: 11px;
    color: #000;
}

.left_grpahbox {
    border-bottom: solid 1px #F1F1F1;
}

.grpahprofit_count {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dark-layout .grpahprofit_count {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.grpahprofit_text {
    font-size: 7px;
    padding-bottom: 5px;
}

.grpahprofit_br {
    border-right: solid 1px #EEEEEE;
}

.producer_swipertext {
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    position: relative;
}


.green_text {
    color: #117C0F;
}

.black_text {
    color: #000;
}

.dark-layout .black_text {
    color: #fff;
}


.right_grpahbox {
    border-bottom: solid 1px #F1F1F1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.swiper-slide-active {
    border: 0px !important;
}

.selectedDisease {
    border: 1px solid #7367f0 !important;
}





.lineupdwonbox {
    display: flex;
    align-items: center;
    gap: 20px;
}

.arrow {
    width: 18px;
    height: 18px;
}

.lineupdwon-container {
    position: relative;
    width: 300px;
    height: 30px;
}

.dashed-line {
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 4, 4;
}

.heartbeat-line-green {
    fill: none;
    stroke: green;
    stroke-width: 1;
}

.heartbeat-line-red {
    fill: none;
    stroke: red;
    stroke-width: 1;
}

.card_scroolbox {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.unSelectedDisease {
    opacity: 0.5;
}





.tooltip-container {
    position: relative;
    cursor: pointer;
}



    .tooltip-container .tooltip-text {
        visibility: visible;
        padding: 5px 10px;
        position: absolute;
        right: 70px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 99999;
        box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
        background: #fff;
        text-align: right;
        text-wrap: nowrap;
    }

    .tooltip-container .power_bitolltip {
        visibility: visible;
        padding: 5px 10px;
        position: absolute;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 99999;
        box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
        background: #fff;
        text-align: right;
        text-wrap: nowrap;
        left: -5px;
        top: -5px;
    }

    .tooltip-container:hover .power_bitolltip {
        visibility: visible;
        opacity: 1;
    }

    .tooltip-container:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }



.tooltip-container2 {
    position: relative;
    cursor: pointer;
}



    .tooltip-container2 .tooltip-text2 {
        padding: 0px;
        position: absolute;
        left: 100%;
        top: 0px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 99999;
        box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
        background: #fff;
        text-align: right;
        text-wrap: nowrap;
        display: none;
    }

    .tooltip-container2:hover .tooltip-text2 {
        display: block;
        opacity: 1;
    }


.rowopen_icon {
    background: url(../images/rowopen_icon.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    cursor: pointer;
}

.rowclose_icon {
    background: url(../images/rowclose_icon.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    cursor: pointer;
}






.power_bitable {
    width: 100%;
    font-size: 12px;
    color: #000;
}

    .power_bitable th, td {
        padding: 4px;
        font-weight: 400;
    }

    .power_bitable tbody tr:nth-child(even) {
        background-color: #EEEDED;
    }

.dark-layout .power_bitable tbody tr:nth-child(even) {
    background-color: #00000030;
}



.power_bistickyrow {
    background: #F8F8F8;
    color: #000;
}

.dark-layout .power_bistickyrow {
    background: #3a4565 !important;
    color: #fff;
}



.dark-layout .power_bitable td {
    color: #fff;
}

.power_bitable td {
    color: #000;
}


.power_bitable thead {
    border-bottom: solid 1px #108DFF;
}

.power_bitable tbody tr td:first-child {
    border-right: solid 1px #108DFF;
}



.power_bitable_fixed thead th:first-child {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    left: 0;
    background-color: #F8F8F8;
    z-index: 1; /* Ensure it stays above other columns */
}

.power_bitable_fixed tbody td:first-child {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    left: 0;
    background-color: #F8F8F8;
    z-index: 1; /* Ensure it stays above other columns */
}


.power_bitable_fixed tr:nth-child(even) td:first-child {
    background-color: #EEEDED;
}






.rowopen_icon2 {
    background: url(../images/rowopen.svg) no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: 100%;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.rowclose_icon2 {
    background: url(../images/rowclose.svg) no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: 100%;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.mt_50 {
    margin-top: 50px;
}

.power_biheading {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #09114F;
    padding: 3px;
    position: relative;
}

.powerbi_scrollbox {
    height: 760px;
    overflow: scroll;
}




    /* width */
    .powerbi_scrollbox::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    /* Track */
    .powerbi_scrollbox::-webkit-scrollbar-track {
        background: #fff;
    }

    /* Handle */
    .powerbi_scrollbox::-webkit-scrollbar-thumb {
        background: #717171;
    }

        /* Handle on hover */
        .powerbi_scrollbox::-webkit-scrollbar-thumb:hover {
            background: #717171;
        }


.powerbi_fullscreen {
    background: url(../images/fullscreen_icon.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 2px;
    /* float: right; */
    right: 10px;
}


.powerbi_sorting_up {
    background: url(../images/sorting_up.svg) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.powerbi_sorting_down {
    background: url(../images/sorting_down.svg) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    cursor: pointer;
    position: relative;
    top: 3px;
}





.fs_11 {
    font-size: 11px;
}


.power_bitable2 {
    width: 100%;
    font-size: 12px;
    color: #000;
}

    .power_bitable2 tbody tr:nth-child(even) {
        background-color: #EEEDED;
    }

.dark-layout .power_bitable2 tbody tr:nth-child(even) {
    background-color: #171d30;
}

.dark-layout .power_bitable2 {
    color: #fff;
}

.power_bitable2 th, td {
    padding: 4px;
    font-weight: 400;
    border: solid 1px #d3d3d3;
}

.power_bitable2 tbody tr:hover {
    background: #ffeb3b36;
}

.power_bitable tbody tr:hover {
    background: #ffeb3b36;
}



.popup_spantext {
    float: right;
    font-size: 0.857rem;
    position: relative;
    top: 4px;
}

.socialmedia_icons {
    background: url(../images/socialmedia_icon.svg) no-repeat;
    width: 20px !important;
    height: 20px !important;
    display: block;
    background-size: 100%;
    right: 5px;
    top: 0;
    position: relative;
}


.td_savebtn {
    background: url(../images/td_savebtn.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}

.td_closebtn {
    background: url(../images/td_closebtn.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}

.td_saveclose_btn {
    position: absolute;
    right: 150px;
    top: 6px;
}

.editable_box {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 25px;
}


.mobile_view_table {
    display: none;
}


.table_noborder {
    width: 100%;
}

    .table_noborder tr td {
        border: 0px;
    }

.fs-7 {
    font-size: 10px;
}

.bg-light-green {
    background: rgba(228, 248, 236, 0.51);
}

.mb-1 {
    margin-bottom: 5px !important;
}

ul.error_messagebox_list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

    ul.error_messagebox_list li {
        font-size: 12px;
        padding-left: 10px;
        padding-top: 5px;
        color: #EC5351;
    }

        ul.error_messagebox_list li:before {
            content: "";
            width: 10px;
            height: 10px;
            background: #7367f0;
            display: inline-block;
            border-radius: 50px;
            position: relative;
            left: -10px;
        }



.Dashboard {
    background: url(../images/dashboard_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .Dashboard {
    background: url(../images/dashboard_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .Dashboard {
    background: url(../images/dashboard_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}



.UserRights {
    background: url(../images/UserRights_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .UserRights {
    background: url(../images/UserRights_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .UserRights {
    background: url(../images/UserRights_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}






.AssignSubSegments {
    background: url(../images/AssignSubSegments_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .AssignSubSegments {
    background: url(../images/AssignSubSegments_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .AssignSubSegments {
    background: url(../images/AssignSubSegments_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}




.DataSynchronization {
    background: url(../images/DataSynchronization_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .DataSynchronization {
    background: url(../images/DataSynchronization_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .DataSynchronization {
    background: url(../images/DataSynchronization_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.DispatchMain {
    background: url(../images/DispatchMain_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .DispatchMain {
    background: url(../images/DispatchMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .DispatchMain {
    background: url(../images/DispatchMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}



.SalesAndMarkettingMain {
    background: url(../images/SalesAndMarkettingMain_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .SalesAndMarkettingMain {
    background: url(../images/SalesAndMarkettingMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .SalesAndMarkettingMain {
    background: url(../images/SalesAndMarkettingMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}



.ResearchAndSupportMain {
    background: url(../images/ResearchAndSupportMain_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ResearchAndSupportMain {
    background: url(../images/ResearchAndSupportMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .ResearchAndSupportMain {
    background: url(../images/ResearchAndSupportMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}



.SetupMain {
    background: url(../images/SetupMain_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .SetupMain {
    background: url(../images/SetupMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .SetupMain {
    background: url(../images/SetupMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}



.RecoveryMain {
    background: url(../images/RecoveryMain_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .RecoveryMain {
    background: url(../images/RecoveryMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .RecoveryMain {
    background: url(../images/RecoveryMain_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.CompanyExpense {
    background: url(../images/CompanyExpense_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .CompanyExpense {
    background: url(../images/CompanyExpense_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .CompanyExpense {
    background: url(../images/CompanyExpense_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}



.InActiveReport {
    background: url(../images/InActiveReport_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .InActiveReport {
    background: url(../images/InActiveReport_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .InActiveReport {
    background: url(../images/InActiveReport_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.ItemSalesRate {
    background: url(../images/ItemSalesRate_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ItemSalesRate {
    background: url(../images/ItemSalesRate_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .ItemSalesRate {
    background: url(../images/ItemSalesRate_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.CustomerReceiptReportPage {
    background: url(../images/CustomerReceiptReportPage_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .CustomerReceiptReportPage {
    background: url(../images/CustomerReceiptReportPage_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .CustomerReceiptReportPage {
    background: url(../images/CustomerReceiptReportPage_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}



.CustomerPayment {
    background: url(../images/CustomerPayment_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .CustomerPayment {
    background: url(../images/CustomerPayment_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .CustomerPayment {
    background: url(../images/CustomerPayment_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.SystemSettings {
    background: url(../images/SystemSettings_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .SystemSettings {
    background: url(../images/SystemSettings_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .SystemSettings {
    background: url(../images/SystemSettings_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}





/*========= sub menu Css Start ==========*/

.DayActivity {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .DayActivity {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .DayActivity {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.PaymentStatus {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .PaymentStatus {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .PaymentStatus {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.SoStatus {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .SoStatus {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .SoStatus {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.BalanceComparisonMain {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .BalanceComparisonMain {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .BalanceComparisonMain {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.ScoreComparisonMain {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.active .ScoreComparisonMain {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ScoreComparisonMain {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.CustomerLocationMain {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .CustomerLocationMain {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .CustomerLocationMain {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.ActiveReport {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ActiveReport {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .ActiveReport {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.SalesEstimation {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .SalesEstimation {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .SalesEstimation {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}



.FieldAnalysisMain {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .FieldAnalysisMain {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .FieldAnalysisMain {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.ProducersPage {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ProducersPage {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .ProducersPage {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.ProducerEmployeesPage {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ProducerEmployeesPage {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .ProducerEmployeesPage {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.ProducerEmployeesBenefitPage {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ProducerEmployeesBenefitPage {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .ProducerEmployeesBenefitPage {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.RecoveryReportV1 {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .RecoveryReportV1 {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .RecoveryReportV1 {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.RecoveryReport {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .RecoveryReport {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .RecoveryReport {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.CompanyExpensesPage {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .CompanyExpensesPage {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .CompanyExpensesPage {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}





.submenu-icon {
    background: url(../images/submenu_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .submenu-icon {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .submenu-icon {
    background: url(../images/submenu_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.submenuchild-icon {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .submenuchild-icon {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .submenuchild-icon {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}




/*========= sub menu child Css Start ==========*/







.BalanceComparisonReport {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .BalanceComparisonReport {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .BalanceComparisonReport {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.BalanceComparisonRegionWiseReport {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .BalanceComparisonRegionWiseReport {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .BalanceComparisonRegionWiseReport {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.BalanceComparisonBrandWiseReport {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .BalanceComparisonBrandWiseReport {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .BalanceComparisonBrandWiseReport {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.ScoreComparisonBrandWise {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ScoreComparisonBrandWise {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .ScoreComparisonBrandWise {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.ScoreComparisonRegionWise {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .ScoreComparisonRegionWise {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .ScoreComparisonRegionWise {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.CustomerLocations {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .CustomerLocations {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .CustomerLocations {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.CustomerMap {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .CustomerMap {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .CustomerMap {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.FieldAnalysisDash {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .FieldAnalysisDash {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .FieldAnalysisDash {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.FCRCollection {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .FCRCollection {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .FCRCollection {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.FeedMillSales {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .FeedMillSales {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .FeedMillSales {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.FieldAnalysisNew {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .FieldAnalysisNew {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .FieldAnalysisNew {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.CompetitorFeedRate {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .CompetitorFeedRate {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .CompetitorFeedRate {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.FCRRecords {
    background: url(../images/submenuchild_icon.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.sidebar_menu_active .FCRRecords {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}

.dark-layout .FCRRecords {
    background: url(../images/submenuchild_icon_active.svg) no-repeat;
    background-size: 100% !important;
    top: -1px !important;
}


.pscfy_box {
    padding: 5px;
}


.add_btn {
    background: url(../images/add-btn.svg) no-repeat;
    background-size: 100% !important;
    display: block;
    width: 40px;
    height: 35px;
    position: relative;
    top: 8px;
    cursor: pointer;
}


.filtersvg_icon {
    width: 23px;
    position: relative;
    left: -3px;
    top: -2px;
}


.produceremployee_btn {
    width: 25px;
    display: inline-block;
    height: 25px;
    line-height: 22px;
    text-align: center;
    position: relative;
    top: -1px;
    margin-bottom: -9px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
}


.selectbox_dropdown {
    background: #fff;
    border: solid 1px #d8d6de;
    padding: 10px;
    width: 100%;
    border-top: 0px;
}



.userright_checboxactive {
    background: url(../images/userright_checboxactive.svg) no-repeat;
    background-size: 100% !important;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.userright_checboxdactive {
    background: url(../images/userright_checboxdactive.svg) no-repeat;
    background-size: 100% !important;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}



.notifaction_close {
    background: url(../images/td_closebtn.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    z-index: 999999;
    position: absolute;
    right: -10px;
    top: -10px;
}


.menuclose_icon {
    background: url(../images/menuclose_icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    position: relative;
    top: -9px;
}

    .menuclose_icon:hover {
        background: url(../images/menuclose_hover_icon.svg) no-repeat;
        width: 24px;
        height: 24px;
        display: inline-block;
        background-size: 100%;
        cursor: pointer;
    }

.menuopen_icon {
    background: url(../images/menuopen_icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    position: relative;
    top: 10px;
    right: 4px;
}

.closed .close_menu {
    margin-left: 30px;
}

html .pace .pace-progress {
    display: none;
}



.dark-layout .krsidebar-container {
    background-color: #161d31 !important;
}

.dark-layout .krsidebar {
    background-color: #283046 !important;
}

.dark-layout .main-menu.menu-light .navigation {
    background-color: #283046 !important;
}

    .dark-layout .main-menu.menu-light .navigation li a {
        color: #fff;
    }


.logobox {
    width: 200px;
}

.darklogobox {
    display: none;
}

.dark-layout .darklogobox {
    display: block;
    width: 200px;
}

.dark-layout .logobox {
    width: 200px;
    display: none;
}

.logobox img {
    width: 100%;
}

.darklogobox img {
    width: 100%
}





.asiapoultryfeeds_logo {
    background: url(../images/logo.svg) no-repeat;
    width: 200px;
    height: 71px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}

.dark-layout .asiapoultryfeeds_logo {
    background: url(../images/logo-dark.svg) no-repeat;
    background-size: 100%;
}


.nav-item .text-truncate {
    max-width: 152px;
}


/* ==============  Menu CSS Start=============== */

ul.sidebar_menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    ul.sidebar_menu li {
        display: block;
    }


        ul.sidebar_menu li a {
            padding: 18px 10px;
            border-bottom: solid 1px #ebebeb;
            background: linear-gradient(to right, #F5F5F5 0%, #F5F5F5 50%, #fff 50%, #fff 100%);
            background-size: 200% 100%;
            background-position: 100% 0;
            transition: background-position 0.3s ease;
            text-decoration: none;
            color: #5E5873;
            display: block;
        }

.dark-layout ul.sidebar_menu li a {
    padding: 18px 10px;
    border-bottom: solid 1px #1e2334;
    background: linear-gradient(to right, #38405b 0%, #38405b 50%, #293046 50%, #293046 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.3s ease;
    text-decoration: none;
    color: #fff;
    display: block;
}


ul.sidebar_menu li a:hover {
    background-position: 0 0; /* Animate background from left to right */
}





ul.sidebar_menu li i {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 15px;
}



ul.sidebar_menu li.has-sub > a:after {
    content: '';
    display: inline-block;
    background: url(../images/sidebarmenu_downarrow.svg) no-repeat;
    transition: all 0.2s ease-out;
    width: 12px;
    height: 9px;
    position: absolute;
    right: 10px;
    background-size: 100%;
    transform: rotate(0deg);
}

.sidebar_menu_open:after {
    transform: rotate(180deg) !important;
}



/* ============== Sub Menu CSS Start=============== */
ul.sidebar_menu li ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.sidebar_menu li ul li {
    }

ul.sidebar_menu > li > ul > li > a {
    padding-left: 25px;
}

.dark-layout ul.sidebar_menu > li > ul > li > a {
    padding-left: 25px;
}


ul.sidebar_menu > li > ul > li > ul > li > a {
    padding-left: 50px;
}

.dark-layout ul.sidebar_menu > li > ul > li > ul > li > a {
    padding-left: 50px;
}


ul.sidebar_menu > li > ul > li i {
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 10px;
}



.sidebar_menu_active {
    background: #7367f0 !important;
    color: #fff !important;
}

.sidebar_menu_open {
    background: #F5F5F5 !important;
}

.dark-layout .sidebar_menu_open {
    background: #38405b !important;
}




@media print {
    body {
        margin: 0;
        padding: 0;
    }


    .modal-dialog {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .modal-content {
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}



.circular-loader {
    position: relative;
    width: 70px;
    height: 70px;
    margin: auto;
}

/* Background Circle */
.circle-bg-success {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( #16C96A calc(var(--percentage) * 1%), #E9F9EE calc(var(--percentage) * 1%) );
}

.circle-bg-primary {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( #7362F4 calc(var(--percentage) * 1%), #EEEDFD calc(var(--percentage) * 1%) );
}

.circle-bg-info {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( #00CFE8 calc(var(--percentage) * 1%), #DBFBFF calc(var(--percentage) * 1%) );
}

.circle-bg-danger {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( #EA5355 calc(var(--percentage) * 1%), #FDEAEC calc(var(--percentage) * 1%) );
}


.circle-bg-light {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( #CECECE calc(var(--percentage) * 1%), #EFEFEF calc(var(--percentage) * 1%) );
}


.circle-bg-warning {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( #FFA037 calc(var(--percentage) * 1%), #FFF4E9 calc(var(--percentage) * 1%) );
}



.circular-loader .circle-inner-info {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: #AFF5FF;
    border-radius: 50%;
}

.circular-loader .circle-inner-danger {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: #FFE0E0;
    border-radius: 50%;
}

.circular-loader .circle-inner-primary {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: #DED9FF;
    border-radius: 50%;
}

.circular-loader .circle-inner-warning {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: #FFE8CE;
    border-radius: 50%;
}

.circular-loader .circle-inner-success {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: #CEFFE5;
    border-radius: 50%;
}






/* Inner Circle */
.circular-loader .circle-inner {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: #fff;
    border-radius: 50%;
}

/* Percentage Text */
.circular-loader .percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.ml-20 {
    margin-left: 20px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-100 {
    margin-left: 100px;
}




.sales_estimation {
    width: 100%;
    font-size: 11px;
    color: #000;
}

    .sales_estimation tbody tr:nth-child(even) {
        background-color: #EEEDED;
    }

.dark-layout .sales_estimation tbody tr:nth-child(even) {
    background-color: #171d30;
}

.dark-layout .sales_estimation {
    color: #fff;
}




.graph_box {
    height: 25px;
    display: inline-block;
}

.graph_line {
    width: 4px;
    display: inline-block;
    border-radius: 4px;
}



.bar-graph {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: flex-end;
    background: #f4f4f5;
    border: solid 1px #eaeaea;
}

.bar {
    width: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    margin-right: 1px;
}

.dropdown-no-caret::after {
    display: none;
}


@keyframes focus-flash {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.text-flash {
    animation: focus-flash 1s infinite;
}

.cl-w-40 {
    width: 40px;
    height: 40px;
}


.updwon_arrow {
    width: 11px;
    height: 11px;
    position: absolute;
    left: 100%;
    top: 5px;
}