/**
 * Decathlon plugin stylesheet.
 */

.href-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
}

.href-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    min-width: 400px;
}

.href-container input {
    border-radius: 25px !important;
    box-shadow: 0px 3px 18px #00000029;
    background-color: #D9F7F7 !important;
    color: #0B3F3F !important;
    border-width: 0px !important;
}

.href-container button {
    padding:10px 20px !important;
    border: none;
}

#hrefBtnKeyword {
    align-self: flex-start;
    background-color: transparent !important;
    border: 2px solid #0B3F3F;
}

#hrefBtnFormSubmit:disabled {
    background-color: #909090 !important;
}

.href-classic-mail-used {
    display: none;
    color: #E57373;
}

.href-keyword-container, .href-rules-container {
    border-radius: 20px;
    box-shadow: 9px 8px 24px 0px #E4E4E4;
    padding: 30px;
}

.href-row-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
}

.href-result-header {
    width: 800px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

#href-decathlon-result {
    width: 800px;
}

#href-decathlon-graph, #href-decathlon-error {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
}

#href-decathlon-graph > div {
    display: flex;
    flex-direction: row;
}

.href-decathlon-domain {
    font-weight: 700;
    width: 250px;
    text-align: right;
    margin-right: 50px;
    word-wrap: break-word;
}

.href-decathlon-score {
    width: 50px;
    text-align: right;
}

.href-rules-container {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    position: absolute;
    text-align: left;
    z-index: 1;
}

.href-decathlon-not-found {
    display: none;
}

#href-reveal-rule-icon {
    display: block;
    cursor: pointer;
    position: relative;
    width: 1em;
    height: 1em;
    line-height: 1em;
}

#href-reveal-rule-icon:hover > .href-rules-container {
    visibility: visible;
}

.href-rules-header {
    font-weight: 700;
    margin-bottom: 5px;
}

.href-rules-buttons {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
}

.href-contact-link {
    border: 3px solid #0B3F3F;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
}

#href-decathlon-error {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.href-color-yellow {
    color: #F9AE00 !important;
}

.href-color-primary {
    color: #0B3F3F !important;
}

.href-color-cyan, #href-reveal-rule-icon > i {
    color: #009EAA;
}

.href-color-red {
    color: #E57373 !important;
}

.href-bg-color-yellow {
    background-color: #F9AE00 !important;
}

.href-bg-color-blue {
    background-color: #D9F7F7 !important;
}

.href-bg-color-cyan {
    background-color: #009EAA;
}

.href-bg-color-transparent {
    background-color: transparent;
}

.more-domains {
    filter: blur(10px);
}

.href-contact-link:hover, #hrefBtnKeyword:hover {
    background-color: #0B3F3F !important;
    color: white !important;
}

button.href-bg-color-yellow:hover {
    background-color: #F9AE00CF !important;
}