/*
Theme Name: WoodMart Child
Template: woodmart
Theme URI: https://woodmart.AbzarWP.Com.com/
Author: AbzarWP.Com
Author URI: https://abzarwp.com
Description: ThemeForest Premium Theme
Version: 7.5.1
Tested up to: 6.5.2
Requires PHP: 7.4
Text Domain: woodmart-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
*/

.lottery-page-table {
    border: 1px solid #eee;
}

.lottery-page-table tr th,
.lottery-page-table tr td {
    text-align: right;
}

.lottery-page-table tr th:first-child,
.lottery-page-table tr td:first-child {
    border-left: 1px solid #eee;
}

.vip-item-nj {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eee;
    border-radius: 3px;
    margin-bottom: 20px;
}

.btn-vip-download {
    display: block;
    text-align: center;
    padding: 8px 5px;
    background-color: #F5A5B1;
    border-radius: 3px;
}

.size-guide-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.size-guide-popup-content {
    background-color: white;
    padding: 20px;
    margin: 15% auto;
    width: 80%;
    max-width: 500px;
}

.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 10px;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.size-guide {
    background-color: #ddd;
    color: black;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: normal !important;
    border-radius: 3px;
}

.size-guide:before {
    content: "\f102";
    padding-left: 5px;
    font-size: 20px;
    font-family: "woodmart-font";
}

.size-guide:hover {
    background-color: #eee;
}

.size-guide-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    text-align: right;
}

.popup-content {
    background-image: url("https://niniijon.com/wp-content/uploads/2025/03/ninijoon.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
    width: 400px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.popup-content img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.popup-content p {
    color: #155724;
    background-color: rgba(212, 237, 218, 0.95);
    border-color: #c3e6cb;
    padding: .75rem 1.25rem;
    border-radius: 5px;
    text-align: justify;
}

.close-popup {
    position: absolute;
    top: 10px;
    left: 20px;
    cursor: pointer;
    font-size: 20px;
}

.table_size_guide {
    background-color: rgba(255, 255, 255, 0.7);
}

.table_size_guide tr td,
.table_size_guide tr th {
    text-align: center !important;
}

.entry-content p,
.article_body p {
    line-height: 32px !important;
    margin-bottom: 20px !important;
    text-align: justify;
}

.article_body ul,
.article_body ol,
.entry-content ul,
.entry-content ol {
    list-style: inside !important;
}

.digits-form_input input, .digits-form_input input[type=text] {
    color: black;
}

.taiga-cross {
 text-shadow: none !important;
}
				
