body,html{font-family:Roboto,sans-serif}:root{--navbar-color:#064ea4;--primary-accent-color:#1e6acc;--border-blue:1px solid #75b1f9;--card-border-radius:7px;--secondary-font-color:#555}.font-color-primary{color:#2d2d2d}.btn-primary{background-color:var(--primary-accent-color)}.badge-green{background-color:#c8ffde;border:1px solid #00c851}.badge-blue{background:#d6e8ff;border:1px solid #064ea4}.badge-yellow{background:#ffedb2;border:1px solid #f80}.fw-500{font-weight:500}.color-secondary{color:var(--secondary-font-color)}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slide-up{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}.fadeOut{-webkit-animation:fadeOut .5s;animation:fadeOut .5s}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s}.slideUp{-webkit-animation:slide-up .3s ease-out;animation:slide-up .3s ease-out}.review-item{border:var(--border-blue);padding:1rem 2.5rem;border-radius:var(--card-border-radius)}.review-item-left-section{width:55%}.review-item-right-section{width:40%}#app .notification-title{font-size:1rem;line-height:1.3}#app .vue-notification{font-size:.9rem}.navbar[data-v-5b1f7ce2]{height:3.75rem;padding:0;padding-left:8rem;background:var(--navbar-color)}.navbar-link img[data-v-5b1f7ce2]{width:109px;height:49px;-o-object-fit:cover;object-fit:cover}.profile-pic[data-v-5b1f7ce2]{margin-right:8rem;width:2rem;height:2rem}.profile-pic img[data-v-5b1f7ce2]{position:relative;width:100%;height:100%;border-radius:100px}.navbar .dropdown-menu[data-v-5b1f7ce2]{left:-8rem}.profile-pic:hover .dropdown-menu[data-v-5b1f7ce2]{display:block}.edit-profile-item[data-v-5b1f7ce2]{border-bottom:var(--border-blue)}