/*
 * Registration App
 * Add your styles here!
 */

/* flash message if a server error is raised */
#server-error, #server-success, #success-banner {
    display: none;
}

html {
  overflow-y: scroll;
}

/*Styles for accordian*/
.icon::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased}
.card-header .btn::before {font-family: "Font Awesome 5 Free"; font-weight: 300; content: "\f14a";padding-right: 4px}
.card-header .btn.collapsed::before {font-family: "Font Awesome 5 Free"; font-weight: 300; content: "\f0c8";padding-right: 4px}