.mainContainer{
    background: #F7F7F7;
    border: 1px solid #CACACA !important;
    padding: 4px;
}

.countryCodeInput:focus{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    /* width: 58px; */
    border-left: 1px solid #CACACA;
  } 

.numberInput:focus{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  } 

.countryCodeInput{
    width: 40px !important;
    font-size: 12px !important;
}
.countryCodeContainer{
    border-right: 1px solid #CACACA !important;
    padding-right: 5px !important;
    border-radius: 0 !important;
}
  .shadowContainer{
      box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.35);
      overflow-y:scroll ;
  }