:root{--text-color: #222;--bg-color: #FAFAFA;--btn-txt-color: white;--btn-bg-color: rgb(11, 88, 160)}body.dark-theme{--text-color: #eee;--bg-color: #181818;--btn-txt-color: rgb(46, 43, 43);--btn-bg-color: rgb(20, 211, 195)}body{font-family:Montserrat;background:var(--bg-color);color:var(--text-color)}.navbar-brand{color:var(--text-color)}.btn-outline-dark{color:var(--text-color);background-color:var(--bg-color)}.text-uppercase{text-transform:uppercase}.disable-select{-webkit-user-select:none;user-select:none}.pointer{cursor:pointer}@media (min-width: 576px){.border-sm-end{border-right:1px solid #e3e7eb!important}}.hide{display:none;width:0;height:0}
