#wp-admin-bar-alpha {
    > a {
        background: linear-gradient(to right, #f66f2a, #ec6269) !important;
        background-size: contain !important;
    }
    &:hover > a.ab-item,
    &.hover > a.ab-item,
    &:hover span.ab-label,
    &.hover span.ab-label,
    & a:focus span.ab-label {
        color: #fff !important;
    }
}
.mejs-container {
    .mejs-controls {
        height: 38px;
    }
    .mejs-button,
    .mejs-time-rail {
        height: inherit;
    }
    .mejs-time {
        padding-top: 14px;
    }
}

.tooltip-inner.alpha-tooltip {
    background-color: rgba(#fd7800, 0.7);
  
    &:hover {
        background-color: #fd7800;
    }
}

.alpha-tooltip-initialized {
    &.alpha-tooltip-active {
        outline: 2px dotted #fd7800;
    }
}