html {
    scroll-behavior: smooth;
  }  

.asteriskField {
    display: none;
}

/* Select2 */

.select2-dropdown {
    border-width: 0px !important;
 
 }

.select2 .selection {
    width: 100% !important;
 }