* {
    box-sizing: border-box;
}

.notices-page body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.92px;
    word-spacing: 2.56px;
}

.notices-page .zacgst-notice-page-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.zacgst-notice-page-frm-logo img {
    display: block;
}

.notices-page .zacgst-notice-page-left-wrapper {
    width: 40%;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

.notices-page .zacgst-notice-page-comm-name {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 2.64px;
    word-spacing: 3.52px;
    margin-top: 20px;
    font-weight: bold;
}

.notices-page .zacgst-notice-page-comm-detail p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.92px;
    word-spacing: 2.56px;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.notices-page .zacgst-notice-page-copyright-text p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.44px;
    word-spacing: 1.92px;
    margin-top: 15px;
}

.notices-page .zacgst-notice-page-copyright-text p span {
    display: block;
}

.notices-page .zacgst-notice-page-copyright-text {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.44px;
    word-spacing: 1.92px;
    color: #666;
    text-align: center;
}

.notices-page .zacgst-notice-page-copyright-text a {
    color: #376fa6;
    display: inline-block;
    text-decoration: none;
}

.notices-page .zacgst-notice-page-right-wrapper {
    width: 60%;
    background: #376fa6;
    padding: 40px 60px;
    position: relative;
    color: #fff;
}

.notices-page .zacgst-notice-page-logout {
    text-align: right;
    margin-bottom: 20px;
}

.notices-page .zacgst-notice-page-logout a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.68px;
    word-spacing: 2.24px;
}

.zacgst-notice-page-form-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.notices-page .slts-submission-container,
.zacgst-notice-page-main-wrapper .slts-login-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.notices-page .slts-submission-container h2,
.zacgst-notice-page-main-wrapper .slts-login-container h2 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 3.6px;
    word-spacing: 4.8px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

.notices-page .slts-form-group {
    margin-bottom: 30px;
}

.notices-page .slts-form-group label,
.zacgst-notice-page-main-wrapper .slts-login-container label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2.16px;
    word-spacing: 2.88px;
    color: #fff;
}

.notices-page .slts-form-group select,
.notices-page .slts-form-group input[type="text"],
.notices-page .slts-form-group input[type="email"],
.notices-page .slts-form-group input[type="tel"],
.zacgst-notice-page-main-wrapper .slts-login-container input[type="text"],
.zacgst-notice-page-main-wrapper .slts-login-container input[type="email"],
.zacgst-notice-page-main-wrapper .slts-login-container input[type="password"] {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 1.56px;
    word-spacing: 2.08px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Gender radio buttons */
.notices-page .slts-form-group input[type="radio"] {
    margin-right: 6px;
}

/* File Upload Styling */
.notices-page .slts-file-upload {
    background-color: transparent;
}

.notices-page .custom-file-label {
    display: inline-block;
    background-color: #fff;
    color: #376fa6;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.68px;
    word-spacing: 2.24px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.notices-page .custom-file-label:hover {
    background-color: #f0f0f0;
}

.notices-page .slts-add-file {
    background-color: #f9f9f9;
    color: #aaa;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.68px;
    word-spacing: 2.24px;
    margin-left: 10px;
    border-radius: 6px;
    cursor: not-allowed;
    opacity: 0.6;
    display: none;
}

.notices-page .slts-file-upload .description {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.44px;
    word-spacing: 1.92px;
    color: #ccc;
    margin-top: 8px;
}

.notices-page .slts-button {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #376fa6;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.92px;
    word-spacing: 2.56px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}

.notices-page .zacgst-login-label-nm {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 3.6px;
    word-spacing: 4.8px;
    margin-top: 20px;
    font-weight: bold;
    color: #376fa6 !important;
}

.notices-page .slts-button:hover {
    background-color: #376fa6;
    color: #fff;
}

.dataTables_info {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.44px;
    word-spacing: 1.92px;
    font-family: "Montserrat", sans-serif;
}

.notices-page .slts-button span {
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.notices-page .slts-button:hover span {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.notices-page .slts-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 104%;
    background: #fff;
    color: #376fa6;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    -o-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    z-index: 0;
}

.notices-page .slts-button:hover::before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.notices-page .slts-form-group.custom-select-wrapper {
    position: relative;
}

.notices-page #slts-category,
.notices-page #slts-date {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5em;
    font-size: 1em;
}

/* Add SVG arrow on the left using a pseudo-element */
.notices-page .slts-form-group.custom-select-wrapper::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 10px;
    background-image: url('https://darkviolet-kingfisher-229769.hostingersite.com/wp-content/uploads/2025/05/line-angle-down-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.notices-page #slts-category option:first-child,
.notices-page #slts-date option:first-child {
    color: #666
}

.notice-copyright-d-desktop {
    display: block;
}

.notice-copyright-d-mobile {
    display: none;
    text-align: center;
}

.notice-copyright-d-mobile p {
    color: #fff;
}

.notice-d-desktop {
    display: block;
}

.notice-d-mobile {
    display: none;
}

div#slts-login-step-2 p {
    color: #fff;
    margin-bottom: 20px;
     font-size: 18px;
    line-height: 27px;
    letter-spacing: 2.16px;
    word-spacing: 2.88px;
}

p.slts-frm-customnotes {
    position: absolute;
    bottom: 20px;
    max-width: 600px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.44px;
    word-spacing: 1.92px;
    color: #fff;
    text-align: center;
}

.custom-datatable-footer .dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd !important;
    border-radius: 50%;
    color: #555;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #fff !important;
    cursor: pointer;
    padding: 0.5em !important;
    position: relative;
}

.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button:hover {
    border-color: #376FA6;
    color: #376FA6;
}


.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button {
    background: #376FA6 !important;
    border: 1px solid #376FA6 !important;
    color: #fff !important;
}

.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button.disabled {
    opacity: 0.4;
    pointer-events: none;
    border-color: #ddd;
    color: #fff !important;
}


.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button:focus {
    outline: none;
    box-shadow: none;
}

.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button.previous::before {
    content: "‹";
    font-weight: bold;
    font-size: 16px;
    /*line-height: 24px;
    letter-spacing: 1.92px;
    word-spacing: 2.56px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button.next::before {
    content: "›";
    font-weight: bold;
    font-size: 16px;
   /* line-height: 24px;
    letter-spacing: 1.92px;
    word-spacing: 2.56px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .custom-datatable-footer .dataTables_paginate .paginate_button.next {
    font-size: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fff !important;
}

.dataTables_wrapper .custom-datatable-head .dataTables_filter {
    position: relative;
}

.dataTables_wrapper .custom-datatable-head .dataTables_filter::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://darkviolet-kingfisher-229769.hostingersite.com/wp-content/uploads/2025/05/Untitled-design-153.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.dataTables_wrapper .custom-datatable-head .dataTables_filter::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #376FA6;
    left: 4px;
    border-radius: 50%;
    line-height: 35px;
    z-index: -1;
}

.dataTables_wrapper .custom-datatable-head .dataTables_filter input[type="search"] {
    border: 2px solid #666;
    border-radius: 25px;
    padding: 8px 12px 8px 40px;
    outline: none;
    box-shadow: 0 0 5px rgba(102, 102, 102, 0.3);
    transition: box-shadow 0.3s ease;
}

.dataTables_wrapper .custom-datatable-head .dataTables_filter input[type="search"]:focus {
    box-shadow: 0 0 8px rgba(102, 102, 102, 0.5);
}

.dataTables_wrapper td.slts-file-name a {
    color: #000;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 1.8px;
    word-spacing: 2.4px;
    font-weight: 600;
}

.zacgst-text-center {
    text-align: center !important;
}

.zacgst-custom-year{
	text-align: center !important;
}
 
.zacgst-custom-filenamee th{
	text-align: center !important;
}	

.tax-order_category .slts-category-title {
    color: #376FA6;
    display: inline-block;
    border-bottom: 2px solid #376FA6;
}



/* Responsive */
@media (max-width: 991px) {
    .zacgst-notice-page-frm-logo img {
        max-width: 160px;
    }

    .notices-page .zacgst-notice-page-left-wrapper {
        width: 40%
    }

    .notices-page .zacgst-notice-page-right-wrapper {
        width: 60%;
        padding: 40px 20px;
    }

    .zacgst-notice-page-main-wrapper .zacgst-login-page-frm-wrapper .slts-login-container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .notices-page .zacgst-notice-page-main-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .notices-page .zacgst-notice-page-left-wrapper,
    .notices-page .zacgst-notice-page-right-wrapper {
        width: 100%;
        padding: 30px 20px;
    }

    .notice-copyright-d-desktop {
        display: none;
    }

    .notice-copyright-d-mobile {
        display: block;
    }

    .notices-page .slts-submission-container,
    .zacgst-notice-page-main-wrapper .slts-login-container {
        padding: 0 0 20px;
    }

    .notices-page .slts-submission-container h2,
    .zacgst-notice-page-main-wrapper .slts-login-container h2 {
        margin-bottom: 20px;
    }

    .notices-page .zacgst-notice-page-copyright-text {
        position: relative;
        bottom: auto;
    }

    .notice-d-desktop {
        display: none;
    }

    .notice-d-mobile {
        display: block;
    }

    .notices-page .zacgst-notice-page-comm-detail p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1.68px;
        word-spacing: 2.24px;
        padding-inline: 0;
    }

    .notices-page .slts-form-group label {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.92px;
        word-spacing: 2.56px;
    }

    .notices-page .slts-form-group.custom-select-wrapper {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1.68px;
        word-spacing: 2.24px;
    }

    .notices-page .zacgst-notice-page-copyright-text {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 1.2px;
        word-spacing: 1.6px;
        text-align: left;
    }

    p.slts-frm-customnotes {
        position: relative;
        bottom: auto;
        /* text-align: left; */
    }

    .slts-message-box.error,
    .slts-message-box.success {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1.68px;
        word-spacing: 2.24px;
    }

    .zacgst-notice-page-logout.notice-d-mobile {
        text-align: right;
        width: calc(100% + 40px);
        background: #376FA6;
        padding: 4px 15px 4px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .zacgst-notice-page-logout.notice-d-mobile a {
        color: #fff;
    }

    .zacgst-notice-page-left-wrapper:has(.zacgst-notice-page-logout.notice-d-mobile) {
        padding-top: 0;
    }

    .notices-page .zacgst-login-label-nm {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 2.64px;
        word-spacing: 3.52px;
    }

    .zacgst-notice-page-main-wrapper .slts-login-container h2 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 2.88px;
        word-spacing: 3.84px;
    }

    .zacgst-notice-page-left-wrapper.zacgst-only-login-page-left-wrapper,
    .zacgst-notice-page-right-wrapper.zacgst-login-page {
        min-height: 30vh;
    }

    .zacgst-notice-page-left-wrapper.zacgst-only-login-page-left-wrapper * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .notices-page .zacgst-notice-page-copyright-text p {
        text-align: center;
    }
}