.floatleft {
    float: left;
}

#toolsHeader {
    display: flex;
    align-items: center;
}

.form-control.error-field::placeholder {
    color: red !important;
}

.tools-cta-section .cta-content {
    max-width: 100%;
}

.tools-cta-section .cta-content .card {
    width: 100%;
}

#error-text,
.error-text {
    position: absolute;
    font-size: 12px;
    bottom: -24px;
}

#id_result_domain_div tbody>tr:first-child {
    position: sticky;
    top: -2px;
}

#id_result_domain_div {
    max-height: 500px;
    overflow: auto;
}

.feedback-section {
    display: none;
}

#promo-wrapper .card-header {
    border: none;
}