.payment_method_boots_v12 ul {
	list-style: none;
	padding-left: 0;
}
.product-form-list {
    list-style: none;
    padding: 0;
}
.product-form-list li {
	padding: 5px;
}
.v12-widget {
    font-size: .8em;
    background: #fbfbfb;
    border: 1px solid #aaaaaa;
    padding: 10px;
    margin-top: 40px;
}

/* Style the Popup */
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    z-index: 9999; 
    overflow-y: auto
}

.popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 30%;
    text-align: center;
    
}

.popup-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 20px;
}

.popup-close:hover,
.popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button#popupBtn {
    position: relative;
    float: right;
    top: 0px;
    margin-right: 117px;
}
button#popupBtn_close {
    position: relative;
    left: 170px; 
    color: gray;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    background: #00315e;
    color: white;
    border-radius: 0 4px;
    bottom: 8px;
    padding: 8px 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 15px;
}

.v12_table th,
.v12_table td {
    padding: 10px;
    text-align: left;
}
#v12_pack {
    padding: 2px 20px 2px 2px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: bold;
    color: #00315e;
    background-color: white;
}
#v12_percent {
    padding: 2px 20px 2px 2px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: bold;
    color: #00315e;
    background-color: white;
}
.v12_table{
    margin-left: 30px;
}
img.vfin_img {
    display: inline;
    margin-left: 10px;
    width: 125px;
}

#showTableBtn:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

#showTableBtn {
            padding: 10px 30px;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            background: #007bff;
            border: none;
            border-radius: 25px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            position: relative;
            overflow: hidden;
        }

        #showTableBtn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #007bff;
            transform: skewX(-45deg);
            transition: all 0.3s ease-in-out;
        }

        #showTableBtn:hover::before {
            left: 100%;
        }

    #v12_select {
            width: 60%;
            margin: 0 auto;
            border-collapse: collapse;
            font-size: 18px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            border: 1px solid #ddd;
        }
        #v12_select th, #v12_select td {
            text-align: left;
            padding: 12px 20px;
        }
        #v12_select th {
            background-color: #007BFF;
            color: white;
            font-weight: bold;
        }
        #v12_select tr:nth-child(even) {
            background-color: #f3f3f3;
        }
        #v12_select tr:hover {
            background-color: #f1f1f1;
        }
        #v12_select td:first-child {
            font-weight: bold;
            color: #555;
        }
        #v12_select select {
            width: 100%;
            padding: 8px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #f9f9f9;
        }

 #showTableBtn {
            display: inline-block;
            margin: 20px auto;
            padding: 10px 20px;
            font-size: 16px;
            background-color: #5b4286;
            color: #fff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        #showTableBtn:hover {
            background-color: #0056b3;
        }
        /* Popup Modal */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5);
            padding-top: 60px;
        }
        .modal-content {
            margin: 5% auto;
            padding: 20px;
            width: 525px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .close {
            color: #B00;
            float: right;
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
        }
        .close:hover, .close:focus {
            color: black;
        }
        .v12_table_data {
            width: 100%;
            border-collapse: collapse;
            font-size: 18px;
        }
        .v12_table_data th, .v12_table_data td {
          /*  border: 1px solid #ddd;*/
            text-align: left;
            padding: 10px;
        }
        .v12_table_data th {
            background-color: #007BFF;
            color: white;
        }
        .v12_table_data tr:nth-child(even) {
            background-color: #f3f3f3;
        }
        #v12_percent {
            width: 100%;
            padding: 8px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #f9f9f9;
            margin-top: 23px;
        }
        #v12_pack {
            width: 100%;
            padding: 8px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #f9f9f9;
            margin-top: 20px;
            margin-bottom: 25px;
        }

         .v12_table_data th, .v12_table_data td {
           /* border: 1px solid #ddd;*/
            text-align: left;
            padding: 10px;
        }
                /* Media Queries for Responsiveness */
        @media (max-width: 768px) {
            /* For devices like tablets or small screens */
            .modal-content {
                width: 90%;
                padding: 15px;
            }         
             .v12_table_data th, .v12_table_data td {
                padding: 8px;
                font-size: 14px;
            }
            button {
                width: 100%;
                font-size: 18px;
                padding: 12px;
            }
        }

        @media (max-width: 480px) {
            /* For small devices like mobile phones */
            .modal-content {
                width: 95%;
                padding: 10px;
            }
            .v12_table_data th, .v12_table_data td {
                padding: 6px;
                font-size: 12px;
            }
            #v12_table_data th, #v12_table_data td {
                padding: 6px;
                font-size: 12px;
            }
            button {
                font-size: 20px;
                padding: 14px;
            }
        }
