


#fcf-thank-you {
    color: #363636;
}

.fcf-label {
    color: #363636;
}

.fcf-strong {
    color: #363636;
}





.fcf-select:not(.is-multiple):not(.is-loading)::after {
    border-color: #606060;
}

.fcf-file-label:hover .fcf-file-cta {
    
    color: #36A7A9;
}

.fcf-file-label:hover .fcf-file-name {
    border-color: #dbdbdb;
}

.fcf-file-label:active .fcf-file-cta {

    color: #36A7A9;
}

.fcf-file-label:active .fcf-file-name {
    border-color: #36A7A9;
}

.fcf-file-cta {
    background-color: #606060;
    border-color: #36A7A9;
  
}

.fcf-file-name {
    
    border-color: #dbdbdb;
}

.fcf-button.is-link {
    background-color: #36A7A9;
    color: #ffffff;
}

.fcf-button.is-link:hover {
    background-color: #303030;
    color: #ffffff;
}

.fcf-button.is-link[disabled] {
    background-color: #303030;
    border-color: transparent;
    box-shadow: none;
}

.fcf-attribution {
    color: #363636;
    text-align: right;
    padding-top: 10px;
}

.fcf-attribution-link {
    color: #363636;
}