@font-face {
    font-family: MyriadPro;
    src: url("../custom/fonts/MyriadPro-Regular.otf") format("opentype");
}
body{
    font-family: MyriadPro !important;
    color: #322f31 !important;
}

#order_type .order-type-button-style{
    padding: inherit !important;
}

#sidebarMenuList .nav-link:not(:hover), #navbarSupportedContent a, #navbarSupportedContent{
    color: #006ab6 !important;
}
.header-logo{
    background-image: url(/custom/images/MrLenses_Brand_RBG.png);
}

.panel-button.blue:not(:hover){
    background-color: #006ab6 !important;
}
.panel-button.blue:hover{
    background-color: #005292 !important;
}
.panel-field-placeholder{
    color: #a9a9a9 !important;
}
#app .mb-4, #app .mb-3{
    margin-bottom: 0.8rem !important;
}
.logout-icon.small{
    background-image: none !important;
    width: 0 !important;
}
#app .uv{
    height: 0 !important;
}
#app .tint-remark{
    margin-bottom: 0.6rem !important;
}
#order_type .order-type-button-style{
    align-content: end;
    padding-top: 5px !important;
}