.custom-modal0001 {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}


/* Modal Box */

.custom-modal-content0001 {
    background: #fff;
    width: 90%;
    max-width: 550px;
    border-radius: 5px;
    overflow: hidden;
    animation: fadeIn0001 0.3s ease-in-out;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}


/* Header */

.custom-modal-header0001 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #31719b;
    color: #fff;
}

.custom-modal-header0001 h4 {
    margin: 0;
    font-size: 18px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Segoe UI', sans-serif;
    color: white;
}

.custom-close0001 {
    background: #FFFFFF;
    border: none;
    color: #989898;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}


/* Body */

.custom-modal-body0001 {
    padding: 20px;
}

.custom-modal-body0001 .model-body-title-sty0001 {
    font-size: 12px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: #848484;
}

.custom-modal-body0001 .model-body-title-sty0001 span {
    font-size: 12px;
    color: red;
}

.label-content-sty0001 {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.label-content-sty0001 span {
    font-size: 12px;
    color: red;
}

.input-sty0001 {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px 10px !important;
    font-size: 12px !important;
    height: 38px !important;
    outline: none;
}

.input-sty0002 {
    width: 80%;
}

.input-sty0003 {
    width: 45%;
}

@media (max-width: 768px) {
    .input-sty0002 {
        width: 100%;
    }
    .input-sty0003 {
        width: 100%;
    }
}

.captcha-img0001 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
}


/* Buttons */

.open-btn0001 {
    background: #31719b;
    padding: 15px 20px;
    color: white;
    /* border-radius: 20px; */
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /* position: fixed; */
    top: 73px;
    right: 0;
    /* z-index: 1000; */
    font-size: 15px;
}

.open-btn0001:hover {
    background: #1c445f;
}

.open-btn0002 {
    background: #31719b;
    padding: 5px 10px;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 1000;
    font-size: 13px;
}

.open-btn0002:hover {
    background: #1c445f;
}

.btn-search0001 {
    background: #31719B;
    color: white;
    padding: 7px 35px;
    font-size: 14px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 20px;
    font-weight: 500;
    border: none !important;
}

.btn-refresh0001 {
    border: none;
    background: #848484;
    border-radius: 5px;
    width: 37px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

@keyframes fadeIn0001 {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.error-text {
    color: red;
    font-size: 11px;
    margin-top: 5px;
    display: block;
}

.captcha-box0001 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    background: #f0f0f0;
    padding: 8px 15px;
    border-radius: 5px;
    user-select: none;
    font-family: "Courier New", monospace;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


/* model 2 css */

.custom-modal-content0002 {
    background: #fff;
    width: 90%;
    max-width: 90%;
    border-radius: 5px;
    overflow: hidden;
    animation: fadeIn0001 0.3s ease-in-out;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0%;
}

.custom-modal-body0002 {
    padding: 20px;
    overflow-y: scroll;
    height: 78vh;
    /* Hide scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.custom-modal-body0002::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.container0002 {
    max-width: 95%;
    margin: auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.row0002 {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.row0002-forgoods {
    margin: 10px 0px !important;
}

.col-10-0002-new-sty {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}

.col0002 {
    padding: 8px;
    box-sizing: border-box;
}


/* Custom grid widths */

.col-3-0002 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-6-0002 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-2-0002 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.col-10-0002 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.col-12-0002 {
    flex: 0 0 100%;
    max-width: 100%;
}


/* Header */

.head-content-box0002 {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #c9c9c9;
}

.head-content-box0002 p {
    font-size: 14px;
    font-weight: 400;
}

.head-content-box0002 p strong {
    color: #31719B;
}


/* Section Title */

.section-title0002 {
    background-color: #216ba5;
    color: white;
    padding: 10px 12px;
    font-weight: 600;
    margin-top: 30px;
    font-size: 13px;
    border-radius: 3px;
}


/* Info Box */

.info-box0002 {
    background-color: #E8F6FF;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.info-label0002 {
    font-weight: bold;
    color: black;
    font-size: 13px;
}

.info-value0002 {
    color: #4B4B4B;
    font-size: 12px;
    font-weight: 400;
}

.view0002 {
    color: #007bff;
    font-size: 13px;
}


/* Nature of Business */

.nature-content-box-10002 {
    padding: 10px 0;
}

.nature-content-box-20002 {
    padding: 10px 10px;
    border-left: 1px solid black;
}


/* Goods */

.good-content-sty0002 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFF1F7;
    font-size: 30px;
    font-weight: 400;
}

.hsn-desc-content0002 {
    font-size: 12px;
    font-weight: 400;
    padding: 11px 9px;
    background: white;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.hsn-desc-content0002 .hsn0002 {
    margin-right: 10px;
    display: flex;
}

.hsn-desc-content0002 .hsn0002 strong {
    color: black;
    margin-right: 10px;
}

.desc0002 {
    display: flex;
}

.desc0002 strong {
    color: black;
}

.desc0002 p {
    margin: 3px 0px 0px 14px;
}


/* Responsive */

@media (max-width: 768px) {
    .col-3-0002,
    .col-6-0002,
    .col-2-0002,
    .col-10-0002 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nature-content-box-20002 {
        border: none;
        padding: 10px 0;
    }
    .hsn-desc-content0002 {
        display: block;
        width: 100%;
    }
    .col-10-0002-new-sty {
        border-bottom: none;
        border-top: none;
    }
}

.main-container-box0002 {
    max-width: 95%;
    margin: auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}


/* Header */

.head-content-box0002 {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #c9c9c9;
}

.head-content-box0002 p {
    font-size: 13px;
    font-weight: 400;
}

.head-content-box0002 p strong {
    color: #31719B;
}


/* Form */

.label-item0002 {
    font-size: 12px;
}

.required-field0002 {
    color: #FC7D72;
}

.d-flex0002 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select-field0002 {
    border: 1px solid #D9D9D9;
    padding: 6px;
    font-size: 12px;
    color: #272727;
}

.search-button0002 {
    font-size: 14px;
    font-weight: 600;
    background: #31719B;
    border: none;
    padding: 3px 23px;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}


/* Tables */

.table-responsive0002 {
    width: 100%;
    overflow-x: auto;
}

.table0002 {
    width: 100%;
    border-collapse: collapse;
}

.table0002 td,
.table0002 th {
    vertical-align: middle;
    border-top: none;
    padding: 5px 14px;
    text-align: center;
}


/* Styles for cells */

.td-content-sty-1-0002 {
    color: black;
    font-size: 13px;
    font-weight: bold;
    background: #FFEFEE;
    width: 11%;
    padding: 10px 18px !important;
    text-align: start!important;
}

.td-content-sty-2-0002 {
    font-size: 13px;
    font-weight: 600;
    color: black;
    width: 11%;
}

.td-content-sty-3-0002 {
    font-size: 13px;
    color: black;
    font-weight: bold;
    background: #F1F7EF;
    width: 11%;
    padding: 10px 23px !important;
    text-align: start!important;
}

.td-div-list0002 {
    border: 1px solid #CECECE;
    padding: 10px 0px;
    width: fit-content;
}

.span-1-0002 {
    font-size: 13px;
    display: block;
    color: black;
}

.span-2-0002 {
    font-size: 13px;
    font-weight: 300;
    color: #706b6b;
    display: block;
}


/* Third table styling */

.th-1-0002 {
    border-bottom: 2px solid #dee2e6;
    background: #EFF1F7;
    color: #4B4B4B;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 5px;
}

.td-4-0002 {
    border-bottom: 2px solid #dee2e6;
    background: #ffffff;
    color: #4B4B4B;
    font-size: 12px;
    padding: 7px 5px;
}

.td-5-0002 {
    border-bottom: 2px solid #dee2e6;
    background: #FAF1D8;
    color: #4B4B4B;
    font-size: 12px;
    padding: 7px 5px;
}

.row0002-search-date-input {
    margin: 20px 0px;
}

.last-table0002-sty {
    margin: 20px 0px;
}

.info-box0002-1 {
    min-height: 115px;
}

.info-box-authonticate0002 {
    line-height: 17px;
}

.info-box0002-2 {
    min-height: 222px;
}


/* Responsive */

@media (max-width: 768px) {
    .d-flex0002 {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-button0002 {
        width: 100%;
        margin-top: 8px;
    }
    .table0002 td,
    .table0002 th {
        font-size: 11px;
        padding: 4px;
    }
    .col-4-0002 {
        margin: 0 auto;
    }
    .info-box0002-1 {
        min-height: auto;
        /* remove fixed height */
    }
    .info-box0002-2 {
        min-height: auto;
    }
}

.row0002-forgoods {
    max-height: 525px;
    /* set your max height */
    overflow-y: scroll;
    /* enable vertical scrolling */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}


/* Chrome, Safari, Edge */

.row0002-forgoods::-webkit-scrollbar {
    width: 0;
    height: 0;
}


/* model 3 css */

.open-btn0003 {
    background: #31719b;
    padding: 5px 10px;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 1000;
    font-size: 13px;
}

.open-btn0003:hover {
    background: #1c445f;
}

.custom-modal-content0003 {
    background: #fff;
    width: 90%;
    max-width: 710px;
    border-radius: 5px;
    overflow: hidden;
    animation: fadeIn0001 0.3s ease-in-out;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    margin-top: 40px;
}

.custom-modal-body0003 {
    padding: 20px;
    overflow-y: scroll;
    min-height: auto;
    max-height: 78vh;
    /* Hide scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.custom-modal-body0003::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.input-sty0004 {
    width: 65%;
}

.container0003 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px 35px;
}


/* Row & Column System */

.row0003 {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.row0003-new-sty {
    margin-bottom: 20px;
}

.col0003 {
    padding: 10px;
    box-sizing: border-box;
}

.col0003-new-sty {
    display: flex;
    align-items: center;
    justify-content: start;
}

.col0003-new-sty-2 {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 50%;
}


/* Responsive grid like bootstrap */

.col-6-0003 {
    width: 50%;
}

.col-md-3-0003 {
    width: 25%;
}

@media (max-width: 768px) {
    .col-md-3-0003 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .col-6-0003,
    .col-md-3-0003 {
        width: 50%;
    }
}


/* Header Section */

.head-content-box0003 p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.head-content-box0003 p strong {
    color: #31719B;
}


/* Flex helpers */

.d-flex0003 {
    display: flex;
    align-items: center;
}

.justify-start0003 {
    justify-content: flex-start;
}

.justify-end0003 {
    justify-content: flex-end;
}

.justify-center0003 {
    justify-content: center;
}


/* Toggle Switch */

.toggle-container0003 {
    display: inline-flex;
    border-radius: 999px;
    background-color: #f1f3f7;
    padding: 5px;
    position: relative;
    width: 160px;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle-slider0003 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 75px;
    height: 30px;
    background-color: #2e77a4;
    border-radius: 999px;
    transition: all 0.3s ease;
    z-index: 0;
}

.toggle-option0003 {
    flex: 1;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-size: 11px;
}

.toggle-option0003.active0003 {
    color: #fff;
}


/* State Card */

.state-card0003 {
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 3px 0px;
    text-align: center;
    height: 100%;
    transition: background-color 0.3s ease;
}

.state-card0003:hover {
    background-color: #e9f0ff;
}

.state-code0003 {
    font-size: 11px;
    color: #31719B;
    font-weight: 400;
    padding-top: 4px;
}

.state-name0003 {
    font-weight: 600;
    font-size: 14px;
}

.form-check-input0003 {
    position: relative;
    margin-top: 5px;
}


/* Pagination */

.pagination-select0003 {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pagination-content-sty0003 {
    font-size: 11px;
}

.form-select-sm0003 {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #DDDDDD;
    padding: 5px 8px;
    color: #333;
    border-radius: 10px;
    margin: 0 5px;
    width: auto;
}

@media (max-width: 768px) {
    .col0003-new-sty-2 {
        width: 100%;
        justify-content: center;
    }
}


/* Hide inactive by default */

#inactive0003 {
    display: none;
}


/* Optional smooth animation for slider */

.toggle-slider0003 {
    transition: left 0.3s ease;
}


/* Optional fade animation for rows */

.row0003 {
    transition: opacity 0.3s ease;
}

.pagination0003 {
    display: flex;
    align-items: center;
    /* gap: 8px; */
    margin-top: 12px;
    font-family: Arial, sans-serif;
    margin-top: 30px;
}

.pagination0003 span {
    font-size: 11px;
}

.pagination0003 select {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #DDDDDD;
    padding: 5px 8px;
    color: #333;
    border-radius: 10px;
    margin: 0 5px;
    width: auto;
    cursor: pointer;
    outline: none;
}

.page-btn0003 {
    padding: 2px 10px;
    border: 1px solid #DDDDDD;
    background: #fff;
    border-radius: 0px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 600;
    color: black;
    outline: none;
}

.page-btn0003:hover {
    background: #31719B;
    color: white;
    outline: none;
}

.custom-model-heading-back0001 {
    display: flex;
    align-items: center;
}

.custom-model-heading-back0001 button {
    margin-right: 10px;
}

.td-div-list0002 table tr td {
    padding: 5px 8px!important;
}