@font-face {
    font-family: MyriadPro;
    src: url("../custom/fonts/MyriadPro-Regular.otf") format("opentype");
}
body{
    font-family: MyriadPro !important;
}

#order_type .order-type-button-style{
    padding: inherit !important;
}

#sidebarMenuList .nav-link:not(:hover), #dashboard-title{
    color: #005FB1 !important;
}
.header-logo{
    background-image: url(/custom/images/MrLenses_Brand_RBG.png);
}

.panel-button.blue:not(:hover){
    background-color: #0056C9 !important;
}

#app .mb-4, #app .mb-3{
    margin-bottom: 0.8rem !important;
}

#app .uv{
    height: 0 !important;
}
#app .tint-remark{
    margin-bottom: 0.6rem !important;
}
.logout-icon{
    @extend .icon;
    background-image: url("");    
}