.phone-container {
    display: flex;
    align-items: center;
  }
  
  .phone-prefix {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    padding: 6px 10px;
    background-color: #f8f9fa;
  }
  
  .phone-flag {
    width: 20px;
    height: 30px;
    margin-right: 4px;
  }
  
  .phone-input {
    border-radius: 0 4px 4px 0;
    border-left: none;
  }

  .resMsg {
    color: green;
    text-align: center;
  }