#nav_gamestore{
    color:#FFF0B3;
}

#header {
    background-color: #FFA500;
    text-align: center;
    padding: 10px;
}
.sticky-offset {
    top: 56px;
}

.top-container {
    position: sticky;
    display: flex;
    top: 0;
    background-color: #f0f0f0; /* Set your preferred background color */
    padding: 10px;
    z-index: 100; /* Set a z-index to ensure it's above other elements */
}

.border_box {
    font-weight: bold;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    padding-bottom: 20px;
}

#invoice_paymentrequest{
    word-break: break-word;
}

.header_container > div {
    margin: 10px; /* Adjust margin as needed */
}

.message-container {
    width: 140px;
    height: 25px;
    margin: 20px auto;
    padding: 10px;
    background-color: #cccccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Light shadow */
}


#send_button {
    padding: 8px 12px;
    background-color: #4CAF50; /* Green button color */
    color: #fff; /* White text color */
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


#left-panel, #right-panel {
    width: 50%;
    height: 500px;
    
    border-radius: 5px;
}

.left-panel {
    width: 30%;
    float: left;
    /*//background-color: #A9DFBF; /* Warm Green Background Color */
}

.right-panel {
    width: 30%;
    float: left;
    display: None;
    /*background-color: #E74C3C; /* Warm Red Background Color */
}

.panel-caption {
    font-weight: bold;
    text-align: right;
    padding: 10px;
    width:324px;
}

.invoice-text {
    font-weight: bold;
}

.event_list{
    display: flex;
    flex-wrap: wrap;
}
.event_container{
    
    height: 138px;
    width:140px;
    margin-bottom: 2px;
    margin-right: 5px;
    border: 2px solid #eee;
    border-radius: 15px;
    cursor:pointer;
    padding: 5px;

}

.event_window_green, .event_window_gray, .event_window_red{
    margin: 5px;
    text-align: center;
    border-radius: 8px;
    width:125px;
    height: 100%;
    display:flex;
    flex-wrap: wrap;
    flex: 1;  /* Expand to fill available space in the container */
    cursor: pointer;
}

.bg-green{
    background-color: #A9DFBF;
}
.bg-red{
    background-color: #ff623e;
}
.bg-gray{
    background-color: #ddd;
}

.event_window_green{
    background-color: #A9DFBF; 
}
.event_window_red{
    background-color: #ff623e; 
}

.event_number_selector{
    
    width: 125px;
    margin-top: -128px;
    margin-left: 0px;
    z-index: 9;
    position: absolute;
}

.number_button{
    border-radius: 8px;
    height: 28px;
}

.event_picture{
    width:70px;
    height: 70px;
    cursor: pointer;
}

.event_subdiv{
    width: 100%;
    cursor: pointer;

}

.event_label, .event_label_red{
    font-weight: bold;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.event_label{
    font-size: 18px;
}
.event_label_red{
    font-size: 15px;
}
.event_price{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 13px;
    cursor: pointer;
}

.buy-window {
    margin: 10px;
    padding: 5px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 8px;
}

.button {
    background-color: #A9DFBF; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
}
.buy_box, .buy_box_red {
    font-size: 12px;
    padding: 1px;
    margin: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    height:20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.buy_box {background-color: #A9DFBF;}
.buy_box_red {background-color: #ff623e;}



.action_box , .action_box_red, .action_box_gray{
    font-size: 12px;
    padding: 1px;
    margin: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    height:25px;
    text-align: center;
    
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.action_box{background-color: #A9DFBF;}
.action_box_red{background-color: #ff623e;}
.action_box_gray{background-color: #cccccc;}
.action_box_music{
    font-size: 12px;
    background: #cccccc;
    width: 380px;
    display: inline-flex;
    align-items: center;

    padding: 2px;
    margin: 2px;
    height:40px;
    text-align: center;

    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.buy_box input {
    margin-top: 5px;
    margin-bottom: 5px;
}

.buy_box_red input {
    margin-top: 5px;
    margin-bottom: 5px;
}

.price {
    display: block;
    margin-top: 5px;
    color: #555;
}

h2 {
    text-align: center;
}

.category {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

#price_of_buy_items, #price_of_steal_items{
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.button_buy , .button_buy_red{
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.button_buy {background-color: #A9DFBF;}
.button_buy_red {background-color: #ff623e;}

.wrapper {
    width: 150px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}



.number_selector{
    position:absolute;
    left:3px;
    z-index: 9;
}



.form-container {
    display: inline-flex; /* Use flexbox to align items horizontally */
    flex-wrap: wrap; /* Allow items to wrap to the next line if needed */
}

.form-group {
    margin-right: 50px; /* Add some space between form groups */
    display: flex; /* Use flexbox to align items horizontally */
    align-items: center; /* Align items vertically */
}

.label_top,
.input_top {
    display: inline-block; /* Display elements next to each other */
    margin-bottom: 10px; /* Add some vertical space between label and input */
}

.webln-button {
    background-color: burlywood;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    width: 200px;
}

.background-image-div {
    
    /* You can use additional background properties to control the appearance */
    background-size: contain; /* or 'contain', depending on your preference */
    background-position: left; /* or adjust as needed */
    background-repeat: no-repeat;
    /* You can set a fallback color in case the image fails to load or is transparent */
    /*background-color: rgba(240, 240, 240, 0.2);*/
  }

.label_top {
    grid-column: span 1;
}

.input_top {
    grid-column: span 1;
    width: 100%;
    height: 24px;
    box-sizing: border-box;
}