*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.dashboard-menu {
    /* padding: 20px; */
    padding: 12px;
}

.dashboard-menu span {
    white-space: pre;
}

.dashboard-menu:hover {
    background-color: #c5c5c5;
}

.active {
    background-color: #fff;
}

.erp-container {
    border: 1px solid #1513135e;
    background-color: #f8fafc;
}

.erp-inner-container {
    background-color: rgb(222, 217, 217);
    padding: 15px;
}

.erp-inner-box {
    background-color: white;
    padding: 15px;
    padding-top: 20px;
}

/* .containermaxWidthmaxWidth {
    max-width: 1000px;
} */

.box-title {
    font-family: monospace;
    font-weight: 600;
}
ul a {
    font-family: monospace;
    /* font-weight: normal; */
    /* font-weight: bold; */
}
.box {
    border: 1px solid rgb(224, 221, 221);
    height: 100%;
}

.ul {
    padding-left: 0;
    padding: 5px;
}

.ul .li {
    list-style: none;
    padding: 5px;
}

.ul .li a {
    text-decoration: none;
    color: black;
    padding: 3px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.ul .li:hover {
    background-color: lightgrey;
    margin-left: 1px;
    width: 100%;
}

.ul .li a:hover {
    color: green;
}

.transaction-font-icon {
    font-size: 13px;
}

label {
    background-color: #efefef;
    color: #222222;
    padding: 3px;
    width: 100%;
    font-size: 14px;
}

td {
    font-size: 14px;
    line-height: 19px;
    padding: 4px;
    white-space: nowrap;
    /* font-family: Arial, Helvetica, sans-serif; */
}
#perticulerTable td {
    padding: 0;
    /* border: 1px solid grey; */
}
input {
    width: 100%;
    font-size: 14px;
}

table {
    width: 100%;
}

.error {
    color: red;
    padding: 6px;
    margin: 0;
    /* margin-top: 5px; */
    background-color: white;
}

.custom-select {
    height: 25px;
}

.tabel_header {
    font-weight: bold !important;
    background-color: #c9c9c9 !important;
    color: #222222 !important;
    text-align: center !important;
}

.tablestyle td {
    border-collapse: collapse;
    border: 1px solid #bfbfbf;
}

.evenrow {
    background-color: #f0f0f0;
}

.amount {
    text-align: right;
}

.first-col {
    width: 5%;
}

.custom-input {
    background-color: #e9ecef !important;
}

.topmost li:hover {
    background-color: rgb(49, 49, 49);
    color: gainsboro;
}

.item-lable {
    overflow-x: scroll;
}

.w-250 {
    min-width: 250px;
}

.w-90 {
    min-width: 98px;
}

.w-120 {
    min-width: 120px;
}

.w-180 {
    min-width: 180px;
}

.w-230 {
    min-width: 230px;
}

#resetItembtn {
    display: none;
}

#errormsgGRN {
    display: none;
}

#grnDateError {
    display: none;
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.sm-link span {
    font-size: 0.8rem;
}

.dataTables_filter {
    display: none !important;
}

#myTable_wrapper td {
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-size: 15px;
    padding: 6px;
    font-weight: 500;
    color: rgb(50, 49, 49);
}

.label:before {
    content: "*";
    color: red;
}
.dataTables_scrollHead {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background-color: #f2f2f2; /* Add your preferred background color */
}

#myTable tbody tr:hover td {
    background-color: #e7d6d6;
    color: black;
}
#billVerifyTable tr:hover td {
    background-color: #c9c9c9;
    color: black;
}
#billVerifyTable .advance_payment td {
    background-color: rgb(237, 159, 159) !important;
    color: black;
}
#billVerifyTable .differance td {
    background-color: white(237, 159, 159) !important;
    color: black;
}
#billVerifyTable .advance_payment .innertd {
    background-color: rgb(236, 93, 93) !important;
    color: rgba(0, 0, 0, 0.835);
    font-weight: 500;
}
#groupTable .advance_payment td {
    background-color: rgb(237, 159, 159) !important;
}
#salesBillsTable tbody tr:hover td {
    background-color: #c9c9c9;
    color: black;
}
.checkbox {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
}
#billVerifyTable .bg-table td {
    background-color: #dbdbdbe9 !important;
}
.w-15 {
    width: 15px;
}
.text-ellipsis {
    white-space: nowrap;
    /* width: 50px; */
    overflow: hidden;
    text-overflow: ellipsis !important;
    /* border: 1px solid #000000; */
}
.mw-120 {
    max-width: 120px !important;
}
.printgrnlink:hover {
    color: #3366cc;
}
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option {
    font-size: 13px !important;
}

.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--highlighted {
    font-size: 13px !important;
    color: white;
    background-color: #3366cc;
}
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option[aria-selected="true"]:not(
        .select2-results__option--highlighted
    ) {
    color: #fff;
    background-color: #433b3b;
}

select + .select2-container--bootstrap-5 {
    z-index: 0 !important;
}
.paymentvoucher-modal-tbody tr td {
    border: 1px solid gray;
}
.paymentvoucher-modal-thead tr td {
    border: 1px solid gray !important;
}
.clickable {
    color: #0000ee !important;
    /* text-decoration: underline; */
    cursor: pointer;
}
.clickable:hover {
    /* background-color: white !important; */
    /* color: blue !important; */
    font-size: 18px !important;
}
.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}
#groupTable .highlight-row td {
    background-color: rgb(178, 178, 245);
}

.cut-text {
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option[role="group"]
    .select2-results__group {
    font-size: 20px;
    color: #000 !important;
}

.modal-label {
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #686464 !important;
}

.modal-value {
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #292828 !important;
    /* color: white !important; */

    /* background-color: #3366CC !important; */
    /* padding: 5px; */
}
/* #056fad */

div#cke_notifications_area_message {
    display: none;
}

.select-readonly {
    pointer-events: none;
    background-color: #e9ecef;
    /* same as disabled field background */
}

.modal-dim-background {
    background-color: rgba(0, 0, 0, 0.5);
    /* Change this value to control the opacity */
    transition: background-color 0.3s ease;
    /* Optional: smooth transition */
}

/* Prevent body content from scrolling when modal is active */
.modal-open .modal-dim-background {
    overflow: hidden;
}
