/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .panel-giveaway{
    background: url("https://dmxcasino.com/wp-content/uploads/2025/03/giveaway.webp");
    border:none;
    background-repeat: no-repeat;
    background-size: cover;
    min-width:100%;
    height: 65vh;
    background-position: center center;
 }
 
 .giveaway-mob{display:none;}
 
 .site{
     background-color:#171602!important;
 }
 
 body{
     background-color:#171602!important;
 }
 
 .site-content{
     padding:0px!important;
 }
 .titlu-giveaway{
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 20px;
 }
 
 #subscribe-form{
     padding-left:20px;
     padding-right:20px;
     padding-bottom:20px;
 }
 
 #validate-form{
     padding-left:20px;
     padding-right:20px;
     padding-bottom:20px;
 }

.valoare-totala-premii-giveaway{
    color:#ffffff;
    font-size:15px;
    line-height: 30px;
    
}

.text-validare{
    text-align:center;
    padding-bottom:40px;
}

.img-giveaway{
    width:500px!important;
    margin-top:30px;
}

.descriere-giveaway{
    color:#ffffff;
    font-size:15px;
    text-align:center;
    margin-top:20px;
}

.icon-giveaway{
    color:#ffffff;
    font-size:40px;
}

.status-giveaway{
    color:#ffffff;
    font-size:20px;
    text-align:center;
    margin-top:20px;
}

.jucatori-inscrisi{
    color:#ffffff;
    font-size:20px;
    text-align:center;
    margin-top:20px;
}

.premiu-giveaway{   
    color:#ebe31c;
    font-size:15px;    
    
    padding:10px;
    font-weight:bold;
}

.titlu-premiu{    
    color:#ffffff;
    font-size:20px;       
    padding:10px;
      
}

.box-giveaway{
    border:1px solid #ebe31c;
    border-radius:20px;
    text-align:center;
    margin-top:30px;    
}

.table-striped>tbody>tr:nth-child(odd){
    background-color:transparent!important;
    color:white;
}
.table-striped>tbody>tr:nth-child(even){
    background-color:transparent!important;
    color:white;
}

.dataTables_length, .dataTables_filter, .dataTables_info{
    display:none;
}

.index-castigatori{
    color:#ebe31c;

}

.td-table{
    font-weight:500;
}

.th-table{
    color:#ffffff;
    font-weight:300!important;
}

.table>thead:first-child>tr:first-child>th{
    border-right:none;
}

div.dataTables_scrollBody>table>tbody>tr:first-child>td{
    border-right:none;
}

table.table-bordered.dataTable td{
    border-right:none;
}

.dataTables_paginate, .paging_simple_numbers{
    display:none;
}

label.error{
    color:#ebe31c!important;
}

.action-btn:hover{
    color:#ffffff!important;
}

@media screen and (max-width: 768px) {
     .margin-xs{
        margin-top:10px;
    }
}

@media screen and (max-width: 600px) {
    .check-giveaway{
        margin-left:0%;
    }
    
    .dataTables_wrapper .dataTables_scroll {
        clear: both;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .panel-giveaway{
        background: url("https://dmxcasino.com/wp-content/uploads/2025/03/giveaway.webp");
        background-size: contain;
        background-repeat: no-repeat;
        height:100vh;
    }
    
     #subscribe-form{
         /*margin-top: -100px;*/
    }
    
    #validate-form{
       /* margin-top: -60px;*/
    }
    
    .text-validare-sms{
        font-size:17px!important;
        margin-bottom:-20px;
    }
    
    .margin-xs{
        margin-top:10px;
    }
    
   /*.text-validare{
       padding-bottom:200px;
   }*/
   
   .giveaway-mob{
        display:initial;   
        margin-bottom:-50px;
   }
   
   .giveaway-desk{
       display:none;
       height:300px;
   }


  }
  





