body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    */
  }
  
 

  
  .spinner {
    display: flex;
    gap: 10px;
    width: 100%;
  
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: 140px;
    
    background-color: rgb(71, 116, 201);
  }

 
  .spinner-item:hover{
    background-color: #f9f9f9;
  }
  .spinner-item:nth-child(1){
    padding: 0px !important;
  }
  .spinner-image {
    width: 100px;
    height: 100px;
    
    border-radius: 8px;
  }
  
  .spin-button {
    background-color: #fff;
    color: #000;
    border: none;
 
    padding: 10px 20px;
    font-weight: 900;
    font-size: 20px;
    font-style: italic;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .spin-button:hover {
    background-color: #f9f9f9;
  }
  
  .email {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex
;
gap: 30px;
    justify-content: center;
  }
  .email .part-2{
    width: 70%;
  }
  .email-header {
margin-bottom: 20px;
  }
  .email-header div{
display: flex;
margin-bottom: 2px;
justify-content: normal;
align-items: center;
  }
  
  .email-header label {
width: 70px;
margin-bottom: 0px;
font-weight: 600;
font-family: system-ui;
  }
  .email-header input.subject{
    color: rgb(17, 62, 146);
  }
  .email-header input {
    flex: 1;
    outline: none;
    padding: 5px;
    border: none;
    /* border: 1px solid #ddd; */
    border-bottom: 2px solid #ddd;
/* margin-left: 20px; */
    /* border-radius: 4px; */
  }
  .email-header input:focus{
    border-bottom: 2px solid rgb(71, 116, 201);

  }
  .email-body {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 10px;
  }
  .email-body img{
position: absolute;
height: 120px;
width: 120px;
left: 80%;
  }
  .email-body input {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

 
  .send-button {
    align-self: flex-start;
    padding: 8px 16px;
    background-color: #fff;
 height: 40px;
    border: 2px solid #ddd;
color: #000;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
  }

  .send-button:hover{
    background-color: #ddd;
  }
  @media only screen and (min-width:300px) and (max-width:750px){
    .slot-machine {
      max-width: 94% !important;
      margin-top: 20px !important;
    }
    .email-body img{
      display: none;
      
    }
    .slots{
      display: none !important;
    }
.spinner{
  display: none !important;
}
.respo-header{
  display: flex !important;
  height: 50px;
  justify-content: end;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  background-color: rgb(71, 116, 201);
}
.respo-header i{
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  margin-right: 20px;
}
.respo-spinner{
  z-index: 1000;
  display: none;
  flex-wrap: wrap;
  background-color: rgb(71, 116, 201);
  justify-content: space-between;
  position: absolute;
  padding: 15px 20px;
  max-height: 0px;
  transition: all .15s ease-in-out;
  opacity: 0;
  top: 50px;
  left: 0;
}
.respo-spinner.active{
  display: flex !important;
  max-height: fit-content;
  opacity: 1;
}
.respo-spinner .spinner-item{
  width: 48% !important;
  margin-bottom: 10px;
  height: 80px !important;
}
.respo-spinner .spinner-image{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
  }
  .respo-header
  {
    display: none;
  }
  .respo-spinner{
    display: none;
  }
  .spin-btn:hover{
    background-color: red;
transition:all .3s ease-in-out;
  }
  .spin-btn{
    width: 100%;
    background-color: rgb(191, 0, 3);
    color: #fff;
    font-size: 35px !important; 
    padding: 5px 0px;
    border-radius: 8px;
    height: 60px ;
    border: none;
    outline: none;
    margin-bottom:10px ;
    
    font-weight: 800 !important;
  }
 
  .spinner-item {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 0.9rem;
    color: rgb(17, 62, 146);
    height: 100px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
  }
  

  @keyframes roll {
    0% {
      top: 0;
    }
    100% {
      top: -1000%;
    }
  }
  
  .slots {
    display: flex;
    gap: 5px;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: 150px;
    background-color: rgb(71, 116, 201);
  }
  
  .slot {
    width: 120px;
    height: 120px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    margin: 0 5px;
    background-color: #fff;
  }
  
  .slot-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .slot-item {
    padding: 0 1px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center;
    font-size: 0.9rem;
    height: 100%;
    color: rgb(17, 62, 146);
  }
  
  .slot-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-body{

    display: flex
;
height: 180px;
    flex-direction: column;
    gap: 10px;

  }
  .main-body span{

    color: rgb(17, 62, 146);
  }
  .spin-btn:hover{
box-shadow: none !important;
transform: none !important;
}
.slot-machine{
  max-width: 1000px ;
  margin: 0 auto;
}