.option-buttons a {
    color: #6B6B6B;
    border-color: #DADADA;
}

.btn-favorites:hover, .btn-favorites.active {
    color: #E7026E !important;
}

.btn-options:hover {
    color: #1DC9B7 !important;
}

.btn-notes:hover {
    color: #FFC241 !important;
}

.btn-featured-resources:hover, .btn-featured-resources.active {
    color: #886AB5 !important;
}

.dropdown-menu .dropdown-menu {
    transition-delay: 0.2s !important;
}

.options-text {
    font-size: 15px !important;
    color: #6B6B6B !important;
}

.dropdown-option {
    font-size: 15px !important;
    color: #6B6B6B !important;
}

.dropdown-option.title {
    font-weight: 600 !important;
}

.dropdown-option:hover {
    color: #4A77B4 !important;
}

.btn-share:hover {
    color: #2196F3 !important;
}

.dropdown-menu .dropdown-multilevel:focus-within>.dropdown-item:not(.disabled)+.dropdown-menu {
    transform: scale(1);
    transform-origin: 29px -50px;
    opacity: 1;
    visibility: visible;
}
