.cod-table-wrapper-2 {
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .admin-label-1 {
        margin-right: 0px;
    }
}

@media (max-width: 800px) and (min-width: 600px) {
    .admin-label-1 {
        padding-left: 45px;
    }
}

@media (max-width: 350px) {
    .temp-list-2 {
        column-gap: 2px;
    }
}

@media (min-width: 850px) {
    .cod-admin-input {
        width: 60%;
    }
    .admin-label-1 {
        margin-right: 50px;
    }
}

@media (max-width: 1028px) {
    .cod-center-container-2 {
        margin-inline: 0px;
        width: auto;
        margin-left: 0px;
    }
}

@media (max-width: 600px) {
    .excel-heading-2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 700px) {
    .excel-heading-2 {
        flex-direction: row;
    }
}
.cod-table td:last-child a {
    color: #008f3a;
}

/* k add for drawer */
body.no-scroll {
    overflow: hidden;
    max-height: 100vh;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998; /* Ensure it's behind the drawer but above other content */
}

.backdrop.active {
    display: block;
}

/* k add for eng ro button */

.lanButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
@media only screen and (max-width: 992px) {
    .language-selection.btn-min-devices {
        margin-top: 10px;
        margin-inline: 0px;
        margin-bottom: 20px;
    }
}


.cod-table-wrapper.col-table-overflow .cod-table {
    width: 100%;
    table-layout: auto;
}
.logged-supplier-page {
    padding-top: 25vh;
    padding-bottom: 25vh !important;
}
/* istoriclndecsi.blade.php table-style-start */
.gap-reduce .cod-table-wrapper table {
       table-layout: auto;
}
/* istoriclndecsi.blade.php table-style-end */

/* when the user logged in and data not available on their screen-start */
@media only screen and (min-width: 1024px) {
    .logged-user-first-screen {
        min-height: 50vh;
    }
}
@media only screen and (min-width: 1440px) {
    .logged-user-first-screen {
        min-height: 60vh;
    }
}
@media only screen and (min-width: 1800px) {
    .logged-user-first-screen {
        min-height: 75vh;
    }
}
/* when the user logged in and data not available on their screen-end */

/* for-date-picker-start */
#consuptionHistoryForm .date-picker-container input {
    position: absolute;
    right: 0;
    opacity: 0;
    width: 220px;
    height: 33px;
}
#consuptionHistoryForm
    .date-picker-container
    input::-webkit-calendar-picker-indicator {
    background-position: right;
    background-size: auto;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px;
    top: 5px;
    width: auto;
}
/* for-date-picker-end */

/* for-4-tabs-improved-start */
.right-column-link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
}
/* for-4-tabs-improved-end */

/* css-for-privacy-policy-start */
.policy-heading {
    font-weight: bold;
}
.cat-sub-container {
    padding-left: 3%;
}
.cat-2-end ul li,
.cat-sub-cat-ul li {
    list-style: circle;
}
.cat-4 ol li {
    list-style-type: lower-alpha;
}
/* term and condition */
.term-two ol li,
.term-four ol li {
    list-style-type: upper-roman;
}
.term-three ul li,
.sub-cat-ul-radio li {
    list-style-type: disc !important;
}
.term-five ol li {
    list-style-type: decimal;
}
/* css-for-privacy-policy-end */

/* for-data-technical-page-start */
.first-date-technice ul li {
    font-size: 14px;
}
.first-date-technice ul li > span {
    font-size: 14px;
    font-weight: var(--bs-body-font-weight);
    font-family: var(--body-fonts);
    color: var(--bs-body-color);
}
/* for-data-technical-page-end */

/* for-group-of-information-page-start */
.data-item span.left-data-item-value {
    max-width: 100%;
    font-weight: 700;
}
.data-item .left-data-item-value ul.left-data-item-list > li > span, .ele-consm-result{
    font-size: 14px;
    font-family: var(--body-fonts);
    color: var(--bs-body-color);
    font-weight: var(--bs-body-font-weight);
}
.data-item-contract {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: unset;
}
/* for-group-of-information-page-end */

/* history-of-indices-page-start */
#usage.contor-table td {
    font-size: 14px;
    font-weight: var(--bs-body-font-weight);
}
/* history-of-indices-page-end */

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
  }
#loading-image {
    position: absolute;
   top: 50%;
    z-index: 100;
    width: px;
  }






