  .sticker img{
    max-width: 500px;
  }

  .container{
    border: 2px solid #1f1f1f;
  }

  h5,p,h4{
    font-size: 15px;
  } 

  h6{
    font-size: 13px;
  }

  p,td{
    font-weight: 400;
    font-size: 15px;
  }

  th{
    font-weight: 500;
    font-size: 15px;
  }

  hr{
    border:2px solid #3d92e2;
  }

  .minimal-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    max-width: 200px;
    font-weight: 600;   
  }

  .minimal-input:focus {
    border-bottom: 1px solid #1f1f1f;
    box-shadow: none;
    outline: none;
  }

  .minimal-input-button{
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    max-width: 150px;
    font-weight: 600;
  }

  .minimal-input-button:focus {
    border-bottom: 1px solid #1f1f1f;
    box-shadow: none;
    outline: none;
  }

  .invisitwo{
    display: none !important;
  }
  .invisi,header{
    margin-top: 5px;
  }

  .sticker-two img{
    max-width: 100px;
  }
  .sticker-one{
    margin-top: 20px;
   }
  @media (max-width: 850px) {
    .one{
      align-items: flex-start !important;
    } 
    .minimal-input {
      max-width: none !important;  
    }

    /* .con {
      min-width: 150px !important; 
    } */
    .minimal-input-button{
      max-width: 190px;
    }

    .one span{
      margin-top: 20px;
    } 
    .invisi{
      display: none;
      padding: 0px !important;
      margin: 0px !important;
    }
    .sticker img{
      max-width: 80px;
    }
    .sticker-one{
     margin-top: 12px;
    }
    .sticker-one img{
      max-width: 120px ;
    }

    .invisitwo{
      display: block !important;
    }
  }


  @media(max-width:500px){
    .minimal-input-button{
      max-width: 190px;
    }

    .one span{
      margin-top: 20px;
    }

    .one{
      align-items: flex-start;
    }

    h5,p,.one{
      font-size: 14px;
    }  

    h4{
      font-size: 12px;
    }

    h6,td,th,span{
      font-size: 12px;
    }

    .sticker img{
      max-width: 60px;
    }

    .invisi{
      display: none;
      padding: 0px !important;
      margin: 0px !important;
    }

    .minimal-input {
      min-width: 270px !important;  
    }

    .con {
      min-width: 150px !important; 
    }

    label,.form-select,.form-control{
      font-size: 13px;
    }

    #frnd{
      margin-left:0px !important;
      margin-top:6px;
    }

    .rel{
      margin-left: 10px;
    }
    
    .rela{
      min-width: 280px;
    }

    .sticker-one img{
      max-width: 100px ;
    }
    .sticker-one{
      margin-top: 5px;
     }
  }

  .radio-buttons {
    margin-top: 10px;
  }

  .radio-buttons label {
    font-size: 16px; /* Adjust font size as needed */
    cursor: pointer; /* Changes cursor to pointer on hover */
  }

 