@font-face {
    font-family: "Gilroy";
    src: url("/assets/font/Gilroy-ExtraBold.woff2") format("woff2"),
        url("/assets/font/Gilroy-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("/assets/font/Gilroy-Light.woff2") format("woff2"),
        url("/assets/font/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Gilroy" !important;
    font-weight: bold;
    font-style: normal;
}

.login_main_section {
    background: linear-gradient(
        to right,
        #000 50%,
        #ffffff 50%,
        #c6f7ef,
        #42edb3
    );
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_box {
    width: 50%;
    margin: auto;
    background-color: #fff;
    padding: 10px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(5%, -50%);
}

.login_account {
    width: 100%;
    margin: auto;
    text-align: center;
}

.login_account img {
    height: 102px !important;
}

.login_account h3 {
    margin: 0;
    color: #525252;
    font-weight: bold;
    font-family: "Gilroy";
    font-size: 24px;
    margin-top: 10px;
}

.login_form_box {
    width: 90%;
    margin: auto;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #fff;
    padding: 20px 30px;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 20px;
}

.login_input_box {
    width: 100%;
    margin-bottom: 14px;
}

.login_input_box label {
    font-weight: normal;
    font-family: "Gilroy";
    font-size: 16px;
    color: #090914;
    margin-bottom: 6px;
}

.login_input_box input {
    font-weight: normal;
    font-family: "Gilroy";
    font-size: 12px;
    color: #515151;
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    border: none;
    background-color: #f8fafc;
}

.copyright_text {
    font-weight: normal;
    font-family: "Gilroy";
    margin: 0;
    color: #000000;
    font-size: 13px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.submit_btn {
    background-image: linear-gradient(to right, #07d0f3, #42edb3);
    font-weight: normal;
    font-family: "Gilroy";
    color: #000;
    font-size: 18px;
    padding: 7px 25px;
    border: none;
    border-radius: 3px;
    margin-top: 15px;
    font-weight: 600;
}

.arror_text {
    font-family: "Gilroy";
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    color: red;
}

@media (min-width: 1400px) {
    .login_account img {
        height: 160px;
    }

    .login_account {
        width: 100%;
    }

    .login_box {
        width: 30%;
        margin: auto;
        background-color: #fff;
        padding: 20px 30px;
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(5%, -50%);
    }

    .login_form_box {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 35px;
        padding: 40px 35px;
    }

    .login_input_box label {
        font-size: 18px;
    }

    .login_input_box input {
        font-size: 14px;
    }

    .submit_btn {
        margin-top: 25px;
    }
}
@media (max-width: 600px) { 
     .login_box {
        width: 80%;
        margin: auto;
        background-color: #fff;
        padding: 20px 30px;
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    img.login-logo {
        display: none;
    }
}
/* Header Start ******************************************* */

.header {
    width: calc(100% - 335px);
    padding: 5px 0px;
    height: 70px;
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
    top: 0px;
    right: 52px;
    display: flex;
    align-items: center;
}

.header::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f3f3f3;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px;
}

.header_left h1 {
    font-family: "Gilroy";
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    margin: 0;
    line-height: 21px;
}

.header_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_right {
    display: flex;
    align-items: center;
}

.user_name_box {
    text-align: right;
    margin-right: 7px;
}

.user_name_box h3 {
    margin: 0;
    color: #6d6d6d;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 13px;
}

.user_name_box p {
    color: #acacac;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 10px;
    margin: 0;
    line-height: 11px;
    margin-top: 6px;
    letter-spacing: 0.56px;
}

img.header-img {
    width: 29px;
    height: 22px;
}

.header-right-btn {
    border: none;
    background: none;
}

.logout-box {
    width: 136px !important;
    min-width: 136px !important;
    border: none;
    border: 1px dashed gray !important;
    left: -20px !important;
    border-radius: 10px !important;
    top: 17px !important;
    padding: 3px 0px !important;
}

.logout-text-item {
    color: #000000;
    font-size: 16px;
    font-family: "Gilroy";
    font-weight: normal;
    padding-left: 13px !important;
    display: flex !important;
    align-items: center;
    letter-spacing: 0.56px;
}

.logout-text-item:hover {
    background-color: #f18829 !important;
    color: #fff !important;
    border-radius: 6px !important;
}

.logout-text-item:focus,
.logout-text-item:hover {
    background-color: #f18829 !important;
}

.logout-text-item.active,
.logout-text-item:active {
    background-color: #f18829 !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.logout-img {
    height: 20px;
    margin-right: 6px;
}

.logout1-img {
    height: 20px;
    margin-right: 6px;
    display: none;
}

.logout-text-item:hover .logout1-img {
    display: block;
}

.logout-text-item:hover .logout-img {
    display: none;
}

/* Header End ********************************************************** */

/* Sidebar Start ********************************************************** */

.sidebar_main_section {
    position: fixed;
    width: 250px;
    top: 0px;
    height: 100vh;
    z-index: 999;
    overflow: auto;
    padding-top: 10px;
}

.sidebar_bg_box {
    position: fixed;
    width: 250px;
    background-color: #f18829;
    top: 100px;
    height: calc(100vh - 90px);
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 999;
    overflow: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sidebar_top_img {
    text-align: center;
}

.sidebar_top_img img {
    height: 80px;
}

.sidebar_manu {
    margin: 0;
    padding: 0;
}

.sidebar_manu li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.active_menu {
    position: relative;
}

.activeMenu:after {
    position: absolute;
    content: "";
    height: 35px;
    width: 5px;
    background-color: #fff;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.activeMenu a {
    font-weight: bold !important;
    font-family: "Gilroy" !important;
}

.active_menu:hover:after {
    position: absolute;
    content: "";
    height: 35px;
    width: 5px;
    background-color: #fff;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.active_menu:hover a {
    font-weight: bold;
    font-family: "Gilroy";
}

.sidebar_manu li a {
    color: #fff;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.56px;
    line-height: 19px;
}

.sidebar_manu li img {
    height: 18px;
    margin-right: 10px;
}

.sidebar_manu li a:hover {
    text-decoration: none;
    color: #fff;
}

#main-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(106, 106, 106, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

#main-sidebar::-webkit-scrollbar {
    width: 7px !important;
    height: 5px !important;
    background-color: #f5f5f5;
}

#main-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(110, 110, 110, 0.3);
    background-color: #f18829;
}

/* Sidebar End ********************************************************** */

.main-container-box {
    width: calc(100% - 250px);
    padding: 30px 40px 20px 20px;
    transition: all 0.3s;
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #ffffff;
    height: calc(100% - 70px);
}

thead.table-thead {
    background-color: #f4f4f4;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.table td,
.table th {
    border: 1px solid #e8e8e8;
}

.table th {
    border-bottom: none;
}

.table th {
    border-top: 1px solid #e8e8e8 !important;
}

.table th {
    border-top: none;
    border-right: none;
}

.table td {
    border-top: none !important;
    border-right: none;
}

.table th:last-child {
    border-right: 1px solid #e8e8e8;
}

.table td:last-child {
    border-right: 1px solid #e8e8e8;
}

.table th:first-child {
    border-top-left-radius: 5px;
}

.table th:last-child {
    border-top-right-radius: 5px;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
    border-bottom: none !important;
}

.table-thead tr th {
    font-family: "Gilroy";
    font-weight: normal !important;
    font-size: 14px;
    color: #000000;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 17px;
}

.table-tbody tr td {
    font-family: "Gilroy";
    font-weight: normal !important;
    font-size: 12px;
    color: #515151;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 15px;
}

.edit_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit_icon img {
    height: 22px;
    cursor: pointer;
    margin: 0px 5px;
}

table.dataTable.no-footer {
    padding-top: 25px;
    margin-bottom: 25px;
}

.dataTables_length label {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #000000;
    margin: 0;
}

#example_filter {
    display: none;
}

div#example_length {
    margin-top: 9px;
}

.main-section-box {
    position: relative;
    padding-bottom: 50px;
}

.data_search_box {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 15px;
    z-index: 99;
}

.search_data {
    position: relative;
    margin-right: 20px;
}

.search_data input {
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 8px 20px 8px 30px;
    width: 200px;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 11px;
    color: #a1a1aa;
    height: 34px;
}

.search_data input::placeholder {
    color: #a1a1aa !important;
}

.search_data img {
    position: absolute;
    top: 9px;
    left: 8px;
    height: 16px;
    cursor: pointer;
}

.add_btn {
    background: linear-gradient(90deg, #f18829 0%, #e72d05 100%);
    color: #fff;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 15px;
    padding: 7px 25px;
    border: none;
    border-radius: 3px;
}

.add_btn:hover {
    color: #fff;
    text-decoration: none;
}

div#example_info {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 8px 8px !important;
    color: #3f3f46;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 14px;
    line-height: 16px !important;
    margin-left: 12px !important;
    border-radius: 8px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #f18829 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(90deg, #f18829 0%, #f18829 100%) !important;
    color: #fff !important;
    border: 1px solid #f18829 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none !important;
    background-color: #f18829 !important;
    color: #fff !important;
    box-shadow: none !important;
    background: linear-gradient(to bottom, #f18829 0%, #f18829) !important;
}

.edit_icon a {
    text-decoration: none;
}

.sorting::after {
    display: none !important;
}

.sorting::before {
    display: none !important;
}

.heading_box {
    background-color: #f4f4f4;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.td_input_box {
    width: 100px;
    border: 1px solid #d9d9d9;
    padding: 5px 8px;
    font-family: "Gilroy";
    font-weight: normal !important;
    font-size: 12px;
    color: #515151;
    text-align: left !important;
    border-radius: 3px;
}

.td_input_box::placeholder {
    color: #515151;
}

.heading_box h2 {
    font-family: "Gilroy";
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    line-height: 21px;
}

.input_box {
    height: 95px;
}

.input_box label {
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 13px;
    color: #555555;
}

.input_box input {
    font-family: "Gilroy";
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    width: 100%;
    height: 40px;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 0px 10px;
}
.input_border_active {
    border: 1px solid #f1821f !important;
}
.input_box .btn-light {
    font-family: "Gilroy";
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    width: 100%;
    height: 40px;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 0px 10px;
    background-color: #fff;
}
.input_box .btn-light:hover {
    background-color: #fff;
}
.input_box .btn-light .filter-option-inner-inner {
    color: #000000;
}
.input_box .btn-light .filter-option {
    line-height: 33px;
}

.input_box textarea {
    font-family: "Gilroy";
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 10px 10px;
    letter-spacing: 0.56px;
    margin-bottom: 30px;
}

.input_box select {
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    width: 100%;
    height: 40px;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 0px 10px;
}

.chosen-container-multi .chosen-choices {
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #ececec !important;
    border-radius: 3px;
    padding: 5px 10px !important;
    background-image: linear-gradient(#ffffff, #ffffff) !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: "Gilroy" !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #000000 !important;
}

.chosen-container-active .chosen-choices {
    box-shadow: none !important;
    border: 1px solid #ececec !important;
}

div#add_employee_chosen {
    width: 100% !important;
}

/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */

.reedem_point_box {
    position: relative;
    padding-top: 25px;
    display: none;
}

.reedem_point_box::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

input[type="file"] {
    display: none;
}

.upload_box {
    height: auto;
    margin-bottom: 10px;
    margin-top: 35px;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ececec;
    border-radius: 3px;
    width: 100%;
    font-family: "Gilroy";
    font-weight: normal !important;
    font-size: 12px !important;
    color: #000000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-file-upload img {
    height: 22px;
}

.sidebar_dropdown {
    background: none !important;
    border: none !important;
    border-radius: 0px;
}

.sidebar_dropdown_meu {
    border: none !important;
    background: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.sidebar_dropdown_btn {
    border: none !important;
    display: flex !important;
    align-items: center;
    padding-left: 30px !important;
    border-bottom: 0px !important;
    text-decoration: none !important;
    margin-bottom: 11px;
}

.Points {
    color: #fff;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.56px;
    margin: 0;
}

.sidebar_dropdown_btn:hover {
    color: #fff;
    text-decoration: none !important;
}

#collapseOne {
    border: none !important;
}

.sidebar_dropdown_btn img {
    height: 18px;
    margin-right: 10px;
}

.sidebar_dropdown_btn .btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.sidebar_dropdown_item {
    padding: 0px !important;
}

.sidebar_dropdown_item .active_menu {
    padding-left: 60px;
    margin-bottom: 5px;
}

.sidebar_dropdown_item .active_menu a {
    font-size: 14px;
}

.active_menu:hover p {
    font-weight: bold;
}

.approved_btn {
    background-color: #0ea014;
    color: #fff;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
    border: none;
    padding: 7px 15px;
    border-radius: 3px;
    margin-left: 20px;
}

.approved_btn img {
    height: 18px;
    margin-right: 10px;
}

.rejected_btn {
    background-color: #e72d05;
    color: #fff;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
    border: none;
    padding: 7px 15px;
    border-radius: 3px;
    margin-left: 20px;
}

.rejected_btn img {
    height: 18px;
    margin-right: 10px;
}

.th_text_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
}

.th_text {
    font-size: 9px;
    font-family: "Gilroy";
    color: #000000;
    font-weight: normal;
    margin: 0;
    width: 90px;
    padding-right: 5px;
    line-height: 11px;
    padding-left: 6px;
}

.sorting_asc label {
    margin: 0;
}

.th_select_value {
    border: 1px solid #d9d9d9;
    padding: 5px 8px;
    font-family: "Gilroy";
    font-weight: normal !important;
    font-size: 12px;
    color: #515151;
    text-align: center !important;
    border-radius: 3px;
    width: 60px;
}

.add_select_text {
    margin: 0;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 12px;
    color: #515151;
    padding: 6px 10px;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
    width: 90px;
}

.add_select_text::placeholder {
    color: #515151;
}

.th_NetPoint {
    width: 170px !important;
    max-width: 170px;
}

.net_point_select {
    display: flex;
    align-items: center;
    justify-content: center;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox + label {
    background-color: #ffffff;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox:checked + label:after {
    content: "\2714";
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #99a1a7;
    background-color: #d9d9d9;
    width: 100%;
    height: 100%;
}
/* me added */
#financialYearCode {
    margin-left: 2px;
}
#bottleSalePerYear {
    margin-right: 5px;
}

.sorting_1 label {
    margin: 0 !important;
}

.td_status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.td_rejected {
    display: flex;
    align-items: center;
    color: #e72d05;
    font-weight: bold;
    justify-content: center;
}

.td_approved {
    display: flex;
    align-items: center;
    color: #0ea014;
    font-weight: bold;
    justify-content: center;
}

.td_status .fa-circle {
    color: #ffb300;
    font-size: 13px;
    margin-right: 10px;
}

.td_approved .approved_icon {
    height: 16px;
    margin-right: 6px;
}

.td_rejected .rejected_icon {
    height: 16px;
    margin-right: 6px;
}

.btn_center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px;
}

.bottle_sales {
    box-shadow: 0px 1px 4px 0px #00000040;
    padding: 10px 15px;
    display: flex;
    align-items: flex-start;
    width: 265px;
    float: right;
    border-radius: 3px;
    margin-top: 7px;
}

.bottle_sales img {
    height: 36px;
    margin-right: 10px;
}

.bottle_sales_text_box h3 {
    font-family: "Gilroy";
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin: 0;
    line-height: 20px;
}

.bottle_sales_text_box span {
    font-family: "Gilroy";
    font-weight: bold;
    font-size: 12px;
    color: #8c8c8c;
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
}

.bottle_sales_text_box p {
    font-family: "Gilroy";
    font-weight: bold;
    font-size: 12px;
    color: #595959;
    margin: 0;
    line-height: 20px;
}

.app_rej_btn {
    position: initial;
    justify-content: left;
    margin-top: 20px;
}

.app_rej_btn .approved_btn {
    margin-left: 0;
    margin-right: 20px;
}

.app_rej_btn .rejected_btn {
    margin-left: 0;
    margin-right: 20px;
}

.bottle_table {
    width: auto !important;
    margin: initial !important;
}

.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
}

.bottle_sale_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

.bottle_sale_btn input {
    margin: 0;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    padding: 7px 5px;
    border-radius: 3px;
    margin-right: 20px;
    border: 1px solid #d9d9d9;
    width: 160px;
    text-align: center;
}

.bottle_sale_btn p {
    margin: 0;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    padding: 7px 30px;
    border-radius: 3px;
    margin-right: 20px;
    border: 1px solid #d9d9d9;
    width: 130px;
}

.bottle_sale_tbody tr td {
    padding: 6px;
}

.td_bg_color {
    margin: 0;
    background-color: #f4f4f4;
    padding: 4px 8px;
    border-radius: 3px;
    width: fit-content;
    margin: auto;
}

#pills-tabContent #example_length {
    display: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: linear-gradient(90deg, #f18829 0%, #e72d05 100%);
}

.company_text {
    font-family: "Gilroy";
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    margin: 0;
    margin-bottom: 35px;
}

.border_B {
    border-bottom: 2px solid #f1821f;
    padding-bottom: 5px;
}

.input_lable {
    display: flex;
    align-items: center;
}

.input_lable img {
    height: 19px;
    margin-right: 5px;
}

.input_bg_color {
    background-color: #ececec;
}

::placeholder {
    color: #000000;
}

.total_bottle_sales {
    box-shadow: 0px 1px 4px 0px #00000040;
    padding: 10px 15px;
    display: flex;
    align-items: flex-start;
    border-radius: 3px;
    margin-top: 7px;
    width: 200px;
}

.modal_content {
    border: none !important;
    border-radius: 6px !important;
}

.modal_header {
    background-color: #f18829;
    border-radius: 6px;
    justify-content: center !important;
}

.modal_title {
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.modal_close {
    border: none;
    background: transparent;
    color: #fff;
    position: absolute;
    right: 6px;
    top: 12px;
    font-size: 32px;
    line-height: 13px;
}

.modal_body {
    padding: 17px 20px 26px 26px !important;
}

.modal_width {
    max-width: 430px !important;
    margin: 1.75rem auto;
}

.view_calculation {
    font-family: "Gilroy";
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    color: #f18829 !important;
    cursor: pointer;
}

.view_calculation:hover {
    color: #f18829;
    text-decoration: none;
}

.Earned_table tr th {
    padding-right: 5px !important;
}

.first_tab {
    width: auto;
    background-color: #f5f5f5;
    width: 365.4px;
    border-radius: 3px;
}

ul#pills-tab {
    margin-bottom: 25px;
}

.growth {
    color: #515151;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 11px;
    margin-left: 10px;
}

.modal_tbody tr td {
    padding-left: 6px;
    padding-right: 6px;
}

.border_L_R {
    position: relative;
}

.border_L_R::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #a8a8a8;
    top: 10px;
    right: 0;
}

.border_L_R::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #a8a8a8;
    top: 10px;
    left: 0;
}

#pills-tab .active::before {
    display: none;
}

#pills-tab .active::after {
    display: none;
}

.first_nav_tab {
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 16px;
    color: #898989;
}

.second_nav_tab .nav-link.active,
.second_nav_tab .show > .nav-link {
    background: none !important;
    border: 1px solid #e72d05;
    box-shadow: 0px 1px 4px 0px #00000040;
    color: #000000 !important;
}

.second_tab_box {
    box-shadow: 0px 1px 4px 0px #00000040;
    color: #000000 !important;
    background-color: #fff;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 14px;
    margin-right: 20px;
}

.information_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.information_box p {
    font-size: 12px;
    color: #515151;
    font-family: "Gilroy";
    font-weight: normal;
    margin: 0;
}

.information_box img {
    height: 16px;
}

.tab_bg_color {
    background-color: #f4f4f4 !important;
    cursor: default !important;
}

.table_number_none #example1_paginate,
#example1_filter,
#example1_length,
#example1_info {
    display: none !important;
}

.table_number_none #example2_paginate,
#example2_filter,
#example2_length,
#example2_info {
    display: none !important;
}

.table_number_none #example3_paginate,
#example3_filter,
#example3_length,
#example3_info {
    display: none !important;
}

.table_number_none #example4_paginate,
#example4_filter,
#example4_length,
#example4_info {
    display: none !important;
}

.table_number_none #example5_paginate,
#example5_filter,
#example5_length,
#example5_info {
    display: none !important;
}

.pending_text {
    color: #f18829;
    font-size: 12px;
    margin: 0;
    font-family: "Gilroy";
    font-weight: bold;
}

.td_bg_color td {
    background-color: #f4f4f4;
}

.modal_text {
    color: #555555;
    font-size: 14px;
    margin: 0;
    font-family: "Gilroy";
    font-weight: normal;
    margin-bottom: 20px;
}

.th_width {
    width: 170px !important;
    min-width: 170px;
}

.th_width_first {
    width: 70px !important;
    min-width: 70px;
}

.nav_tab_bg_color {
    background-color: #f5f5f5;
    width: 315px;
    border-radius: 3px;
}

input#bottle {
    border: none;
    text-align: center;
}

input#counts {
    border: none;
    text-align: center;
}

input#quantity {
    border: none;
    text-align: center;
}

.table_fil_none #example_length {
    display: none;
}

.table_fil_none #example_paginate {
    display: none;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f18829;
    border-radius: 10px;
    background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #f18829;
    border-radius: 20px;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #f18829;
    background-color: #f18829;
}

.bottle_table_nodata td {
    background-color: #f8f8f8;
}

#example_previous:hover {
    color: white !important;
}

#example_next:hover {
    color: white !important;
}

#example_paginate .current {
    color: white !important;
}

.page_not_found {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 160px);
}

.page_not_found div {
    text-align: center;
    width: 600px;
    margin: auto;
    box-shadow: 0px 4px 4px 0px #00000021;
    background-color: #fff;
    padding: 20px 20px 30px 20px;
}

.page_not_found div img {
    width: 250px;
    margin: auto;
}

.page_not_found div h1 {
    font-family: "Gilroy";
    font-weight: bold;
    font-size: 50px;
    color: red;
    margin-top: 20px;
}

.page_not_found div h3 {
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 20px;
    color: #6d6d6d;
    margin-bottom: 30px;
}

.not_found_btn {
    background: linear-gradient(90deg, #f18829 0%, #e72d05 100%);
    color: #fff;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 18px;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
}

.not_found_btn:hover {
    color: #fff;
    text-decoration: none;
}
.bootstrap-select .btn-light {
    outline: thin dotted #ffffff !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

.update_invoice {
    height: 23px;
}
.disabled_btn {
    opacity: 0.5;
}
.companyLogo {
    display: block !important;
}

.comp_logo_name img {
    height: 80px;
    width: 80px;
    margin-top: 6px;
    margin-left: 3px;
}
.back-arrow {
    text-decoration: none;
    color: black;
    font-family: "Gilroy";
    font-weight: normal;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.back-arrow:hover {
    text-decoration: none;
    color: black;
}
.back-arrow img {
    height: 30px;
    margin-right: 10px;
}
.star_danger {
    color: red;
    font-size: 16px;
}
/* .submit_disabled_btn{
    opacity: 0.5;
} */
/* button[disabled=disabled], button:disabled {
    opacity: 0.5;
} */

.total_employee_box h4 {
    font-family: "Gilroy";
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    margin-bottom: 8px;
    line-height: 22px;
}

.total_employee_box p {
    font-family: "Gilroy";
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 21px;
}

.total_employee_box {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.dashboard_bg_color {
    background: linear-gradient(135deg, #1fdadb, #5686e7) !important;
}
.dashboard_bg_color1 {
    background: linear-gradient(135deg, #f65894, #fb6a80) !important;
}
.dashboard_bg_color2 {
    background: linear-gradient(135deg, #3fd99e, #3cbbae) !important;
}
.dashboard_bg_color3 {
    background: linear-gradient(135deg, #ffc945, #ff8b57) !important;
}
.dashboard_bg_color4 {
    background: linear-gradient(135deg, #f65894, #fb6a80) !important;
}
.dashboard_bg_color5 {
    background: linear-gradient(135deg, #1fdadb, #5686e7) !important;
}
.dashboard_bg_color6 {
    background: linear-gradient(135deg, #ffc945, #ff8b57) !important;
}
.dashboard_bg_color7 {
    background: linear-gradient(135deg, #3fd99e, #3cbbae) !important;
}

.total_employee_box img {
    height: 50px;
    margin-left: 10px;
}

.dashboard_bg_color img {
    height: 40px !important;
}

/* profile  css*/
.profile_image {
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 20px;
}

.profile_image h2 {
    font-size: 30px;
    font-family: "Gilroy";
    font-weight: 600;
    margin: 0;
}

.profile_main_box {
    box-shadow: 0px 0px 7px rgb(208, 208, 208);
    border-radius: 6px;
    background-color: #fff;
    padding: 30px 30px;
    margin: 0px 10px;
}

.edit_btn {
    background-color: #c65c04;
    color: white !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-family: "Gilroy";
    font-weight: 400;
    border: none;
    text-decoration: none !important;
}

.profile_input_box .input_box label {
    font-size: 14px !important;
}
.profile_input_box .input_box input {
    font-size: 13px !important;
}
.date_input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.select_arrow_none {
    -webkit-appearance: none;
}
img.login-logo {
    position: absolute;
    left: 12%;
    top: 50%;
}
