<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&amp;subset=latin);

body {
    width: 100%;
    height: 100%;
/*  color: #202828; */
    padding-top: 0px;
}
    
html {
    width: 100%;
    height: 100%;
    font-family: serif;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
    transition: all 0.3s ease;
}

.navbar-nav {
    background-color: #fff;
}

a.navbar-brand {
    margin-top: -5px;
}

div.navbar-brand-3pm {
    margin-top: -10px;
    margin-bottom: 5px;
    white-space: nowrap;
    float: left;
}

div.navbar-brand-3pm &gt; .sep {
    margin-left: 20px;
    color: #b32b2f;
    font-weight: bold;
    padding: 5px;
}

div.navbar-brand-3pm &gt; .org {
    font-size: large;
    font-weight: lighter;
    color: #000;
}

.navbar-nav &gt; li &gt; a:link {
    color: #333;
    transition: all 0.3s ease;
    letter-spacing: .1px;
}

.navbar-nav &gt; li &gt; a:visited { 
    background-color: #fff;
    border-color: #fff;
    color: #202828;
}

.navbar-nav &gt; li &gt; a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4183c4;
}

.navbar-nav &gt; li &gt; a:active {
    background-color: #fff;
    border-color: #fff;
    color: #4183c4;
}

.navbar-nav &gt; .nav-link.active &gt; a {
    background-color: #fff;
    border-color: #fff;
    color: #4183c4;
}

/*.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus, .nav .open &gt; a:active {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #4183c4;
}*/

.dropdown-toggle {
    transition: all 0.3s ease;
}

.dropdown-menu {
    background-color: #fff;
}

.dropdown-menu &gt; li &gt; a {
    transition: all 0.3s ease;
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:active {
    background-color: #fff;
    color: #4183c4;
}

#confirmPassMessage {
    color: red;    
}

.form-group.required .control-label:after {
    content:"*";
    color: red;
    text-align: left;
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}

.modal-fix {
    z-index: 2000;
}

.create-pcb {
    margin-bottom: 20px;
}

.create {
    margin-bottom: 20px;
}

/* modal */
.panel-body {
    position: relative;
}

#getStartedModal {
    margin-top: 250px !important;
    overflow: visible;
    overflow-y: initial;
    text-align: left;
}

#getStartedModal .modal-body {
    margin-bottom: -24px;
}

#getStartedModal .modal-body h4 {
    margin-bottom: 20px;
}

.arrow-up:after, .arrow-up:before {
    bottom: 99.5%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2000;
}

.arrow-up:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
  border-width: 33px;
    margin-left: -36px;
}

.arrow-up:before {
    border-color: rgba(153, 153, 153, 0);
    border-bottom-color: #999;
    border-width: 34px;
    margin-left: -37px;
}

a {
    -webkit-cursor: pointer;
    -moz-cursor: pointer;
    cursor: pointer;
}

table .collapse.in {
    display: table-row;
}

table .collapse.out {
    display: none;
}

.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.help-icon {
    font-size: 15px;
    vertical-align: middle;
}

.edit-icon {
    display: inline-block;
    content: \f210;
}

.pcb-viewer {
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background-color: #abb0b2;
}

.pcb-layer-legend {
    padding-left: 3px;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

.pcb-viewer-nav {
    background-color: #FFFFFF;
}

.pcb-viewer-nav li &gt; a {
    color: #202828;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #f5f5f5;
}

.part-detail {
    background-color: #FFFFFF;
}

.table tbody tr:hover td .part-detail {
    background-color: #FFFFFF;
}

.pcb-version-selector {
    height: 20px;
    line-height: 0.8em;
    font-size: 12px;
    padding: 0px;
}

.pcb-name {
    margin-top: 10px;
}

.pcb-short-description {
    margin-top: -12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pcb {
    height: 136px;
}

.pcb img {
    max-height: 75px;
    max-width: 95px;
    background-color: #fff;
    padding-right: 10px;
}


.package-selected-part-description {
    position: absolute;
    top: 10px;
    width: 270px;
    height: 35px;
    left: 15px;
    white-space: pre-wrap;
    overflow: hidden;
}

.package-population-overlay {
    position: absolute;
    right: 10px;
    top: 0px;
/*
    width: 32px;
    height: 32px;
    z-index: 100;
    background-colour: transparent;*/
}

.population-all {
    background-color: #99CC99;
}

.population-none {
    background-color: #DA4747;
}

.population-mixed {
    background-color: #FF9933;
}

.bom-population-all {
    color: #646868;
}

.bom-unpopulated {
    color: #ed1c24;
}

.bom-populated {
    color: #32b15f;
}

.bom-no-parts-selected {
    color: #999999;
}

.bom-summary-heading {
    font-size: 1.2em;
    font-weight: 600;
}

.bom-editable-text {
    font-weight: 600;
    font-size: 16px;
}

.btn-macrofab {
    cursor: pointer; 
    display: inline-block; 
    min-height: 1em; 
    outline: 0; 
    border: none; 
    vertical-align: baseline; 
    background: #e0e1e2 none; 
    color: rgba(0,0,0,.6); 
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; 
    margin: 0 .25em 0 0; 
    padding: .78571429em 1.5em .78571429em; 
    text-transform: none; 
    text-shadow: none; 
    font-weight: 700; 
    line-height: 1em; 
    font-style: normal; 
    text-align: center; 
    text-decoration: none; 
    border-radius: .28571429rem; 
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease; 
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease; 
    will-change: ''; 
    -webkit-tap-highlight-color: transparent;
}

.btn-macrofab:hover, 
.btn-macrofab:active, 
.btn-macrofab:focus {
    background-color: #cacbcd !important;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    color: rgba(0,0,0,.8) !important;    
}

.btn-macrofab-primary {
    cursor: pointer; 
    display: inline-block; 
    min-height: 1em; 
    outline: 0; 
    border: none; 
    vertical-align: baseline; 
    background: #2185d0 none; 
    color: #fff; 
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; 
    margin: 0 .25em 0 0; 
    padding: .78571429em 1.5em .78571429em; 
    text-transform: none; 
    text-shadow: none; 
    font-weight: 700; 
    line-height: 1em; 
    font-style: normal; 
    text-align: center; 
    text-decoration: none; 
    text-shadow: none;
    border-radius: .28571429rem; 
    box-shadow: 0 0 0 0 transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease; 
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease; 
    will-change: ''; 
    -webkit-tap-highlight-color: transparent;
}

.btn-macrofab-primary:hover, 
.btn-macrofab-primary:active, 
.btn-macrofab-primary:focus {
    background-color: #1678c2 !important;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset !important;
    color: #fff !important;    
}

.hr-compact {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hr-compact-hidden {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: transparent;
}

.hr-compact-dark {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #7E7E7E;
}

.contentContainer {
    background-color: #FFFFFF;
    min-height: 100vh;
    padding-top: 50px;
    &amp;.coupa, &amp;.impersonation {
        padding-top: 10rem;
    }
}

.bom-group-background-dark {
    background-color: #f5f5f5;
}

.bom-group-background-light {
    background-color: #fcfdfd;
}

.bom-edit-text-entry {
    height: 18px;
    line-height: 18px;
    font-weight: 600;
}

.bom-pricing-text {
    font-size: 0.85em;
    color: #646868;
}

.bom-part-details-text {
    font-size: 1.4em;
    color: #202828;
}

.bom-part-heading-text {
    font-weight: 600;
    font-size: 12px;
    color: #646868;
}

.part-detail {
    padding-left: 10px;
    padding-right: 10px;
}

.part-detail .table {
    background-color: #FFFFFF;
}

.part-detail-spacer {
    margin-top: 10px;
}

.part-detail-table-spacer {
    margin-top: 8px;
}

.part-detail-image {
    border: solid #d0d7d8;
    border-width: 1px 1px 1px 1px;
}

.part-detail-icons {
    margin-left: -35px;
    line-height: 22px;
}

.part-detail-icon-text {
    margin-right: 10px;
}

.part-detail-text {
    margin-top: 10px;
}

.part-detail-quantity-table {
    margin-top: 10px;
}

.text-darkest-grey {
    color: #202828;
}

.text-dark-grey {
    color: #646868;
}

.text-light-grey {
    color: #abb0b2;
}

.background-darkest-grey {
    background-color: #202828;
}

.background-dark-grey {
    background-color: #646868;
}

.background-light-grey {
    background-color: #abb0b2;
}

.background-accent {
    background-color: #549895;
}

.text-small {
    font-size: 0.7em;
}

.text-medium {
    font-size: 1em;
}

.text-heading {
    font-size: 1.5em;
}

.text-subheading {
    font-size: 1.1em;
    font-weight: 200;
}

.text-large {
    font-size: 2em;
}


.icon-spaced {
    margin-left: 10px;
}

.darker {
    border-color: #abb0b2;
}

.dark {
    border-color: #D0D7D8;
}

.uploader {
    width: 100%;
    border: dashed #D0D7D8;
/*
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
*/
    border-radius: 4px;
    border-width: 1px 1px 1px 1px;
    background-color: #f5f5f5;
}

.firmware-uploader {
    margin-top: 30px;
}

.workflow-navigation-element {
    padding-top: 22px;
}

.workflow-navigation {
    height: 80px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-left: 0;
    margin-right: 0;
}

.workflow-step {
    padding-top: 50px;
    padding-right: 0px;
    position: relative;
    border: solid #D0D7D8;
    border-width: 0px 1px 0px 1px;
    padding-left: 0px;
}

.workflow-step img {
    padding-top: 10px;
}

.clickWholeDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.workflow-step-indicator {
    margin-top: -5px;
    width: 100%;
    height: 5px;
    background-color: #549895;
}

.workflow-step-container {
    border: solid #D0D7D8;
    border-width: 1px 0px 1px 0px;
    margin-left: 0;
    margin-right: 0;
}

.status-step {
    font-size: 0.8em;
    border: solid #D0D7D8;
    border-width: 0px 1px 0px 1px;
}

.fileTypesList li {
    margin-top: 5px;
}

.table-borderless-rows &gt; tbody &gt; tr &gt; td, .table-borderless-rows &gt; thead &gt; tr &gt; td {
    border-top: none;
}

.order-status {
    border: solid #D0D7D8;
    border-radius: 5px;
    border-width: 1px 1px 1px 1px;
}

.order-status-current {
    border: solid #D0D7D8;
    border-width: 2px 0px 2px 0px;
}

.pricetracker .form-control-static {
    font-size: 0.9em;
}

.pricetracker .control-label {
    font-size: 0.9em;
}

.pricetracker .form-group {
    margin-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.pricetracker-quantity {
    margin-top: 7px;
    height: 28px;
}

.pricetracker-total-text {
    margin-top: 10px;
    font-size: 2.5em;
    font-weight: 200em;
}

.pricetracker-label {
    padding-top: 0px;
}

.pricetracker-field {
    padding: 0px;
    margin: 0px;
}

.heading-section-right h1 {
    margin-bottom: 0px;
}

.search-nav {
    background-color: transparent;
}

.best {
    background-color: #bae4b3;
}

.worst {
    background-color: #F68184;
}

.notavailable {
    background-color: #eff3ff;
}

.pricing-entry {
    width: 96px;
    height: 64px;
    border: 1px solid #999999;
    padding: 3px;
/*    border-radius: 4px; */
}

.pricing-entry-stat-cost {
    font-size: 36px;
    position: relative;
    top: -2px;
}

.pricing-entry-stat-base {
    height: 24px;
    z-index: 1;
    background-color: #FFFCFF;
}

.pricing-entry-stat-stock {
    left: 16px;
}

.pricing-entry-stat-order {
    left: 48px;
}

.pricing-entry-stat-risk {
    left: 80px;
}

.pricing-entry-unavailable {
    text-align: center;
    margin-top: 7px;
    cursor: pointer;
}

.pricing-entry-stat {
    width: 30px;
    border-bottom-left-radius: 4px;
    position: absolute;
    bottom: 1px;
    cursor: pointer;
}

.pricing-entry-obsolete {
    background-color: #E28300;
}

.pricing-entry-stat-stock-bg {
    background-color: #A2B6BE;
    z-index: 2;
}

.pricing-entry-stat-order-bg {
    background-color: #577A80;
    z-index: 2;
}

.pricing-entry-stat-risk-bg-low {
    background-color: #FBD4D2;
    z-index: 2;
}

.pricing-entry-stat-risk-bg-medium {
    background-color: #FBD4D2;
    z-index: 2;
}

.pricing-entry-stat-risk-bg-high {
    background-color: #D97356;
    z-index: 2;
}

.bom-item-inline-edit-addon {
    height: 18px;
    padding: 2px 12px;
}

.bom-item {
    margin-bottom: 3px;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
/*    background-color: #f5f5f5;*/
/*    border: solid #c0c1c2; */
/*    border-width: 1px 1px 1px 1px;*/
/*    border-radius: 8px 8px 8px 8px; */
    position: relative;
}

.bom-item-saving {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
/*    border-radius: 8px 8px 8px 8px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.item-loading {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
/*    border-radius: 8px 8px 8px 8px; */
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.buttonRow {
    margin: 10px 0 0 10px;
}

.contentbox {
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid #d0d7d8;
    border-width: 1px 1px 1px 1px;
    border-radius: 4px 4px 4px 4px;
    position: relative;
}

.contentbox-saving {
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    background-color: #FFFFFF;
    /* border: solid #d0d7d8;
    border-width: 1px 1px 1px 1px;
    border-radius: 4px 4px 4px 4px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


.splitcontentbox-top {
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid #d0d7d8;
    border-width: 1px 1px 0px 1px;
    position: relative;
}

.splitcontentbox-bottom {
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    background-color: #f5f5f5;
    border: solid #d0d7d8;
    border-width: 0px 1px 1px 1px;
}

.houseparts-table {
    border: solid #d0d7d8;
    border-width: 0px 0px 1px 1px;
}

.activeIcon:hover {
    cursor: pointer;    
}

.defaultIcon:hover {
    cursor: default;
}

.disabledIcon:hover {
    cursor: not-allowed;
}

.grab-area {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pcbWelcome { 
    background-color: #F0F4F5;
    text-align: justify;
    height: 110px;
    margin-top: 25px;
    padding: 7px 85px 7px 85px;
}

.pcbHelpLink {
    text-decoration: underline;
}

.thin-line {
    background-color: #DDDDDD;
    height: 1px;
    width: 64%;
    z-index: 0;
    /* margin-bottom: -21px; */
    /* margin-left: 5%; */
    right: 0;
    top: 25px;
    position: absolute;
}

.order-title {
    line-height: 50px;    
}

.prog-container {
    /* padding-top: 38px; */
    position: relative;
}

.order-progress {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.prog-row {
  height: 50px;   
  position: relative;
  top: 0;
  left: 0;
}

.prog-label {
    text-transform: capitalize;
}

.prog-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);    
}

.progress-done {
    background-color: rgb(195, 222, 221);
}

.progress-now {
    background-color: rgb(64, 172, 169);
    height: 45px;
    width: 45px;
}

.progress-future {
    background-color: #e8edec;   
}

.basic-border {
    border: 1px solid #cacaca;
    border-radius: 4px 4px 4px 4px;
    margin: 10px;
    padding: 15px;
}

.sb-modal-backdrop {
    opacity: 0.5 !important;
}

.list-group-item-shipping img {
    height: auto;
    width: auto;
}


.axis path,
.axis line {
    fill: none;
    stroke: #000000;
    shape-rendering: crispEdges;
}

.x.axis path {
    display: none;
}

.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.arc path {
    stroke: #FFFFFF;
}

.legend rect {
    fill: white;
    stroke: black;
    opacity: 0.8;
}

.follow-scroll {
    position: relative;
}

.color-picker-option {
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

.color-picker-option:hover {
    border: 3px solid #4cae4c;
}


.color-picker-option-no-select {
    cursor: default;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    margin-left: 5px;
}

.color-picker-option-selected {
    border: 3px solid #4cae4c;
}

.color-picker-option-any {
    background-color: #EEEEEE;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 1px,
            #FFFFFF 2px,
            #FFFFFF 3px
        ),
        repeating-linear-gradient(
            135deg,
            transparent,
            transparent 1px,
            #FFFFFF 2px,
            #FFFFFF 3px
        );
}

.color-picker-option-matte {
    background-color: #EEEEEE;
    background:
        repeating-linear-gradient( 
            90deg, 
            transparent, 
            transparent 1px, 
            #FFFFFF 1px, #FFFFFF 1px 
        ), 
        repeating-linear-gradient( 
            180deg, 
            transparent, 
            transparent 1px, 
            #FFFFFF 2px, 
            #FFFFFF 1px
        );
}

.color-picker-option-red {
    background-color: #CA480D;
}
.color-picker-option-green {
    background-color: #92AA60;
}

.color-picker-option-blue {
    background-color: #546999;
}

.color-picker-option-yellow {
    background-color: #F8D575;
}

.color-picker-option-black {
    background-color: black;
}

.color-picker-option-white {
    background-color: white;
}

.color-picker-option-extreme-white {
    background-color: #F6FDFF;
}

.color-picker-option-light-green {
    background-color: #C1D064;
}

.color-picker-option-matte-green {
    background-color: #6F8E11;
}

.color-picker-option-dark-brown {
    background-color: #A46600;
}

.color-picker-option-transparent {
    background-color: #EAEAEA;
}

.color-picker-option-matte-black {
    background-color: #182428;
}

.pcb-custom-option-1 {
    display: block;
    padding: 5px;
    background-color: #f5f5f5;
    border: 1px solid #DDDDDD;
}

.pcb-custom-option-2 {
    display: block;
    padding: 5px;
    background-color: #f5f5f5;
    border: 1px solid #DDDDDD;

}

.drop-down-disabled {
    opacity: 0.5;
}

.drop-down-saving {
    padding: 5px;
    font-size: 11px;
    color: #4a4745;
}

.drop-down-option-selected {
    background-color: #5cb85c;
    color: #FFFFFF;
}

.drop-down-content-detail {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #202828;
}

.manufacturing-selected {
    background-color: #5cb85c;
    color: #FFFFFF;
}

.ie-unsupported-warning {
    background-color: #b32b2f;
    height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
    margin-top: -1px;
}

.bom-image-container {
    height: 80px;
    width: 80px;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #d7dadb;
    background-color: #FFFFFF;
}

.bom-image-container-shim {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    margin-left: -3px;
}

.bom-image {
    max-height: 80px;
    max-width: 78px;
    vertical-align: middle;
}

.travelerButton {
    text-align: center;
}

.bom-import-column {
    padding: 5px;
    width: 150px;
}

.thumbFileName {
    margin-top: 15px;
}

.thumbRemove {
    position: absolute;
    top: 10px;
    right: 23px;
    margin-left: 15px;
    margin-bottom: -5px;
    border: none;
    outline: none;
}


@media (max-width: 768px) {
    .prog-bar {
        width: 100%;
        display: block;
    }
    .prog-mobile {
        margin: 0 auto;
    }
    .thin-line {
        left: 0;
    }
    .order-info {
        width:  100%;
    }
    .pcb-mobile-preview {
        margin-bottom:  10px;
    }
    .add-address-button {
        padding-left: 0px;
    }
}

.pcb-demo-mask {
    width: 96%;
    height: 90%;
    border: 2px solid #8080809e;
    position: absolute;
    z-index: 100;
    border-style: dashed;
    color: #ffffffc7;
    background: #abb0b200;
    cursor: pointer;
}

.pcb-demo-mask:hover {
    color: #ffffff;
    background: #abb0b26e;
}

.pcb-demo-mask .fa-plus-circle {
    font-size: 49px;
    margin: 33px
}</pre></body></html>