.sweet-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 16%);
    z-index: 9999;
  }
  
  .sweet-loading div {
    background: red;
  }
  
  .box {
    width: 200px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
  }
  
  .searchbox {
    height: 40px;
    border: 1px solid black;
    padding: 4px;
    border-radius: 30px;
    width: 80%;
    background-color: white;
  }
  
  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }
  
  .inputText {
    height: 28px;
    width: 100%;
    padding : 5px;
  }
  