.cancers_section {
    margin-top: 40px;
}

.cancers_section .no_cancers_message {
    display: none;
    text-align: center;
    padding: 60px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #0A2542;
    width: 100%;
}

.cancers_section .alphabet_btn:disabled,
.cancers_section .alphabet_btn.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.cancers_section .alphabet_btn:disabled:hover,
.cancers_section .alphabet_btn.is-disabled:hover {
    border-color: #D8D6D6;
    color: #4C4C4C;
}
