*{
    margin:0px;
    padding:0px;
    font-family: "Martian Mono", monospace;
}

td{
    justify-content:left;
    text-align:left;
}
.yellow{
    color:tomato;
}

.green{
    color:green;
   
}

.red{
    color:red;
}


select{
    
    font-size:20px;
   border:none;
    padding:10px ;
    border-radius:10px;
}


.about-customer{
    display:none;
}

#loading2{
    position:fixed;
  
    background:#fff url('loading.gif') no-repeat center;
    background-size: 110px;
    width:100%;
    height: 100vh;
    z-index: 9999;
    display:none;
}


#loading{
    position:fixed;
  
    background:#fff url('loading.gif') no-repeat center;
    background-size: 110px;
    width:100%;
    height: 100vh;
    z-index: 9999;
}


.i-con{
 
    font-size:200px;
    color:orange;

    font-weight: bold;
    padding:30px;

}
.i-con:hover{
    font-size:220px;
    color:blueviolet;
    transition: all 0.8s;
    cursor: pointer;

}

input{
    border:5px solid black;
  
    border-radius: 50px;

    margin-top:5px;
    padding:20px 160px;
    font-size: 40px;
    color:blueviolet;
}



.home{
    color: #fff;
    padding:6px 30px;
    border-radius: 10px 20px;
    background-color: orange;
    box-shadow: 0px 2px 3px 3px;
}
.home:hover{
    color: black;
    background-color: yellow;
}

button{
    padding:20px 40px;
    background-color: tomato;
    color:#fff;
    font-size: 20px;
    border-radius: 25px;
    border:none;
    transition:all 0.6s;
cursor: pointer;
font-weight: bold;
}
button:hover{
    background-color: yellow;
    color:black;
}
.main-search-div{
    border:3px solid red;
    display:flex;
    flex-wrap:wrap;
}

.main{
    left:-250px;
    width:250px;
    
    height:100%;
    position:fixed;
    transition: all 0.8s ease;
}

.main header{
    
    background-color: blueviolet;
    text-align: center;
    color:white;
    padding:10px;
    height:90px;
}

.main header h1{
    font-size: 30px;
}

.main ul{
    
    height:100vh;

}

.main ul li{
    padding:5px 0px;
    border-top:1px solid rgb(218, 189, 189);
    border-bottom:1px solid rgb(218, 189, 189);
    font-size: 18px;
    font-weight:bold;
    background-color: #fff;
    border-radius: 10px 80px;
    padding-left:30px;
    color:white;
    text-decoration: none;
    background-color:blueviolet;
    transition: all 0.2s;
    margin-top: 1px;
    cursor: pointer;

  
}



.main ul li:hover{
    font-size: 20px;
    background-color:yellow;
    color:black;
    font-weight: bold;
}

.main ul li {
  
   

}

.main ul li a{
    text-decoration: none;
    color:white;

    
}

.main ul li a:hover{
    font-size: 20px;
    color:red;
}


#check{
    display: none;
}
label #btn,label #cancel{
    position:fixed;
    cursor:pointer ;
    background: #42a7d6;
    border-radius: 10px;
}
label #btn{
    left:40px;
    top:25px;
    font-size:35px;
    color:white;
    padding:6px 12px;
    transition: all 0.5s;
   
}
label #cancel{
    z-index:1111;
    left:-195px;
    top:17px;
    font-size: 30px;
    color:#fff;
    padding:4px 9px;
    transition: all 0.5s;

}
#check:checked ~ .main{
    left:0px;
}

#check:checked ~ label #btn{
    left:250px;
    opacity: 0;
    pointer-events: none;
}

#check:checked ~ label #cancel{
    left:195px;
    
}
#check:checked~ section{
    margin-left:250px;
    width:83%;
}



section{
    display:flex;
    flex-wrap:wrap;
    flex:1;
    width:99%;
    border:2 px solid red;
    background-position: center;
    background-size: cover;
    height:100%;
    transition: all 0.5s;
    background:rgba(245, 117, 5, 0.2);
    justify-content:center;
    

}
.content{
 width:100%;

    flex:0 0 300px;
    flex:1;
    text-align: left;
    height:100vh;
    width:100%;
}

.content h1{
    text-align: center;
    padding-top:100px;
    font-size: 60px;
    color:blueviolet;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s;
}

.content p{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.content h1:hover{
    font-size: 70px;
    color: orange;
    font-family: 'Roboto', sans-serif;
}
.content-image{
    
    width:100%;
    margin-top:20px;
    flex:0 0 450px;
    text-align: left;
 
    height:60vh;
}
.content-image img{
    
    padding-top:50px;
width:450px;
}


.date-wise-search{
    text-align: left;
background-color: blueviolet;
    width:100%;
    height:15vh;
    transition: all 0.8s;
    border-left:2px solid white;
}


.date-wise-search input{
    border:5px solid orange;
    box-shadow: 3px 6px 8px 5px white;
    border-radius: 10px 20px;
    margin-left:100px;
    margin-top:20px;
    padding:10px 60px;
    font-size: 20px;
}


table{
   margin-top:60px;
   padding-left: 30px;
   width:100%;
    border:3px solid orange;
    border-collapse: collapse;
    box-shadow: 0px 0px 10px 1px;
}
th{
    font-size: 18px;
    border:3px solid black;
    border-collapse: collapse;

}
td{
    border:1px solid orange;
    text-align: center;
}
.search-data{

   

}

.log-out{
position: absolute;
bottom: 0px;
width:220px;
    background-color: red;
}
i{
    padding:5px 10px;
   font-weight: bold;
}
.print-data{
   margin-left: 20px;
    font-size: 20px;
    color:#fff;
    background-color: orange;
    padding:10px 20px;
    box-shadow:0px 0px 10px 6px black;
    cursor: pointer;
    transition: all 0.5s;
   
}
.print-data:hover{
    background-color: yellow;
    color:black;
    font-size: 20px;
    box-shadow:0px 0px 10px 6px blue;
}
.search-data{
    text-align: center;
 
    width:100%;
    height:100vh;
    flex-wrap: wrap;
    flex:1;
}
#all-data{
    margin-top:30px;
    width:100%;
    display:flex;
    flex-wrap: wrap;
    flex:1;
   
    justify-content: center;
}

.all-data-2{
    border:2px solid blueviolet;
    background-color: blueviolet;
    box-shadow:20px 5px 10px 6px orange;
    flex:0 0 500px;
    margin:40px;
    text-align: left;
    color:#fff;
    transition: all 0.5s;
}

.all-data-2:hover{
    background-color: orange;
    box-shadow:30px 10px 5px 6px blueviolet;
    flex:0 0 520px;

}

.all-data-2 p{
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
   
}
.all-data-2 h3{
    text-align: center;
}
#all-data{
    border-bottom: 5px solid blueviolet;
    
}
.main-product{
    margin-top:60px;
    display:flex;
    flex:1;
    flex-wrap:wrap;

}
#my-all-offers{
    display:flex;
    border-bottom: 5px solid blueviolet;
}
.ofer-product{
    margin:25px;
    flex:0 0 200px;
    box-shadow: 8px 8px 9px 5px orange;
    cursor: pointer;
    transition: all 0.5s;
    position:relative;
  
}
.ofer-product:hover{
    margin-top:15px;
    box-shadow: 8px 8px 9px 5px blueviolet;
}

.ofer-product img{
    width:300px;
    height:300px;
    transition: all 0.5s;
    box-shadow: 8px 8px 9px 5px blueviolet;
}
.ofer-product img:hover{
    width:100%;
    height:100%;
    
}
.gift-status{
    
    position:absolute;
   justify-content: center;
    width:100%;
    height:100%;
    z-index: 999;
    background-color: rgba(75, 73, 73, 0.3);
   }
   .img-size img{
    position: absolute;
    top:0;
    left:0;
    width:60px;
    height:60px;
   
    z-index: 9999;
   }
   .img-size{
   
    
    position: relative;
    width:100%;
    height:90%;
   }
   
   .new-leads-count{
    border:2px solid red;
    position:absolute;
   
    background-size: 110px;
    width:100%;
    height: 100vh;
    z-index: 9999;
    
   }