i.fa.fa-window-close {
    background-color: black;
    /* color: black; */
    font-size: 30px;
    padding: 0px;
    margin: 0px;
}
.lottery_Catry_Sort{
    background-color: #f5f6f7;
}
.lottery_cart_sort_header {
    background-color: #f5f6f7;
    padding:5px 8%; 
    text-align: center;
    border: 2px solid #bfbfbf;
    justify-content:space-between;
}

#show_lottery .mix-target {
    display: none;
}
#lotteryMessages{
    margin-top: 50px;
    font-size: larger;
    font-weight: 600;
    text-align: center;
    margin-bottom:20%;
    
}

input[type="checkbox"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 15px;
    height: 15px;

    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="checkbox"]:checked {
    outline: none;
    background-color: #ffc107;
    outline-width: thick;
    padding: 3px;
    border: 1px solid #ffc107;
}

.lottery_label_text {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    bottom: 2px;
    cursor: pointer;
}

.filter_lottery_text {
    padding-left: 5px;
    padding-right: 5px;
    width: 70px;
    border-radius: 20px;
    padding-top: 0px;
    padding-bottom: 2px;
    border: 2px solid #212529;
    height: 30px;
    position: relative;
    top: 3px; 
    margin:0px 5px;"
}

.selected_filter_lottery_text {
    background-color: #212529;
    color: white;
}

.lottery_header_left {
    position: relative;
    left: 47%;
}
.lottery_header_left h4{
    font-size: 20px;
    position: relative;
    top: 5px;"
}
.lottery_show_center_div{
    background-color:white; 
    width:90%;
    padding:20px 0px;
    max-width:1200px;
    margin:auto;

    
}
#lotteryMessage{
    background-color:white; 
    width:90%;
    padding:0px;
    max-width:1200px;
    margin:auto; 
}

#main-div{
    overflow-x:hidden;
    background-color: #f5f6f7;
}
.lottery_cart_sort_header h5{
    position: relative;top: 8px;
}

@media (max-width:800px) {
    .lottery_header_left {
        left: 1%;
    }
}