
/* * { outline: 1px dashed lime; } */

.dropdown-toggle:after { display: none; }

i.fad { font-style: normal !important; }

* {scroll-behavior: smooth;}

html, body { height: 100%; overflow-x: hidden; overflow-y: auto; }
#root {height: 100%;}

.dropdown { position: relative; }
.dropdown .dropdown-menu { position: absolute; top: 0 !important; left: 0 !important; right: auto !important; transform: none !important; }
.dropdown .dropdown-menu-right { top: 0 !important; right: 0 !important; left: auto !important; }

.btn:focus, .form-control:focus {box-shadow: none !important;}

.rounded-top { border-radius: .25rem .25rem 0 0 !important }
.rounded-bottom { border-radius: 0 0 .25rem .25rem !important }