﻿.wide-input {
    width: 100%;
    box-sizing: border-box; /* Ensures padding is included in the element's total width and height */
}

.table-container {
    max-height: 250px; /* Adjust the height as needed */
    overflow-y: auto;
}

    .table-container table {
        width: 100%;
    }


.alertsmsg {
    margin: 0px !important;
    padding: 0px !important;
}

#btnFileArchive1:disabled {
    cursor: not-allowed;
}

.test {
    margin-bottom: 0px !important;
}

.hiddenimg {
    display: none;
}

.hiddentxt {
    font-weight: bold;
    color: #F00;
    z-index: 99;
}

    .hiddentxt a {
        color: #F00;
        text-decoration: none;
        z-index: 99;
    }

    .hiddentxt:hover ~ .hiddenimg {
        display: block;
        position: absolute;
        z-index: 2
    }

#MainFeild.custom-fieldset {
    border: 1px solid #5f9ea036;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}

.custom-fieldset {
    border: 1px solid #5f9ea036;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}

.custom-legend {
    cursor: pointer;
    color: #1ed085;
    font-size: 1.4em;
    width: fit-content;
    font-weight: bold;
    padding: 0 10px;
}

#ApottiForm .custom-fieldset {
    border: 1px solid #5f9ea036;
    padding: 22px;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}

    #ApottiForm .custom-fieldset.collapsed {
        padding: 10px;
    }

.collapsed-fieldset {
    padding: 10px;
}

.hidden {
    display: none;
}

#Manunavbar {
    border-radius: 6px 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    position: relative;
    width: 70%;
    margin-bottom: 20px;
    font-size: 20px;
}

#container {
    width: 100%;
    padding: 50px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#content {
    margin-top: 20px;
    text-align: center;
}

#content-title-1,
#content-title-2,
#content-title-3,
#content-title-4 {
    color: green;
}

#content-description-1,
#content-description-2,
#content-description-3,
#content-description-4 {
    font-size: 1.2em;
}

#content-button-1,
#content-button-2,
#content-button-3,
#content-button-4 {
    background-color: green;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    #content-button-1:hover,
    #content-button-2:hover,
    #content-button-3:hover,
    #content-button-4:hover {
        background-color: darkgreen;
    }



.custom-box {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: white;
}

h4.custom-heading {
    font-weight: bold;
    color: #1ed085;
    margin-top: -15px;
    margin-bottom: -14px;
}

/* new mridul */
.nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Prevent overflow */
    text-overflow: ellipsis; /* Show ellipsis for overflowed text */
    font-size: 20px !important;
}

    .nav-tabs .nav-item .nav-link i {
        margin-right: 10px; /* Space between icon and text */
        margin-left: -10px; /* Adjust if necessary, to center the icon */
    }

/* final sub page styles */

.site_section_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #07530a;
    font-family: Kalpurush;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .01em;
    padding: 7px 0px;
    border-radius: 5px;
}

 



.faq-drawer__trigger {
    display: none;
}

input#show_all_aplctn[type="checkbox"] {
    display: inline-block;
}

.faq-drawer {
    margin-bottom: 1.8rem;
    flex: 1;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.faq-drawer__title {
    display: block;
    position: relative;
    padding: 1.8rem 3.5rem 1.8rem 1.8rem;
    margin-bottom: 0;
    background: white;
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.25s ease-out;
    cursor: pointer;
}

    .faq-drawer__title:hover {
        color: #747474;
    }

    .faq-drawer__title::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        top: 34px;
        right: 20px;
        float: right;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid currentColor;
        transition: transform 0.5s ease;
    }

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-180deg);
}

.faq-drawer__content-wrapper {
    overflow: hidden;
    max-height: 0px;
    font-size: 15px;
    line-height: 23px;
    transition: max-height 0.25s ease-in;
}

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: fit-content;
}

.faq-drawer__trigger:checked + .faq-drawer__title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-drawer__content-wrapper .faq-drawer__content {
    background: white;
    padding: 2px 18px 14px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.alertsmsg {
    margin: 0px !important;
    padding: 0px !important;
}

#btnFileArchive1:disabled {
    cursor: not-allowed;
}

.test {
    margin-bottom: 0px !important;
}





.table th {
    background-color: #4f985f;
    color: #fff;
    text-align: center;
}






/*    Responsive for Table*/
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

    .table th {
        padding: 10px;
        border: 1px solid #ddd;
        vertical-align: middle !important;
        height: 50px; /* Adjust this value as needed */
        line-height: 1.2; /* Adjust for multi-line content */
        text-align: center !important;
    }


    .table td {
        text-align: center !important;
    }


.custom-fieldset {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

.custom-legend {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 10px;
}

.table th, .table td {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h1 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.payment-method {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    aspect-ratio: 1.6;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
}

    .payment-method:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .payment-method.selected {
        border-color: #4CAF50;
        box-shadow: 0 0 0 2px #4CAF50;
    }

    .payment-method img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.btn-spacing {
    margin-right: 10px;
}

    .btn-spacing:last-child {
        margin-right: 0;
    }


/* Responsive adjustments */
@@media (max-width: 991px) {
    .payment-method {
        flex: 0 0 calc(33.33% - 15px);
        max-width: calc(33.33% - 15px);
    }
}

@@media (max-width: 767px) {
    .payment-method {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .custom-legend {
        font-size: 1.2em;
    }

    .preview-section th,
    .preview-section td,
    .fs-18 {
        font-size: 16px;
    }

    .site_section_title {
        font-size: 24px;
    }
}

@@media (max-width: 480px) {
    .payment-method {
        flex: 0 0 calc(100% - 15px);
        max-width: calc(100% - 15px);
    }

    .custom-legend {
        font-size: 1em;
    }

    .preview-section {
        border: none;
        padding: 10px;
    }

        .preview-section th,
        .preview-section td,
        .fs-18 {
            font-size: 14px;
        }

    .site_section_title {
        font-size: 20px;
    }

    @@media screen and (max-width: 768px) {
        #PaymentBtn {
            margin-top: 10px !important;
        }
    }
}
