
.checkSuccess {
    color: #32cd32;
}

.copyElement:hover {
    color: #bc8f8f;
}

.copyElement:active {
    color: #f4a460;
}

.warning {
    color: #db7093;
}

.warning-extreme {
    color: #cc3363;
}

.info {
    color: #f4ce6e;
}

.info-extreme {
    color: #ffbf00;
}

.success {
    color: #32cd32;
}

.success-extreme {
    color: #7cfc00;
}

.footerLink {
    color: #afb5bc;
}

    .footerLink:hover {
        color: #ffffff;
    }

hr {
    color: #42444a;
}

/* Overwrite Bootstrap Colors */
main {
    --bs-body-color: #afb5bc !important;
    --bs-body-bg: #111119 !important;
    --bs-tertiary-bg: #2c3035 !important;
    --bs-border-color: #42444a !important;
}

.text-bg-dark-ao {
    color: #ffffff !important;
    background-color: #111119 !important;
}

button:disabled {
    color: #111119 !important;
}

.btn-bg-ao {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    --bs-btn-color: #111119 !important;
    --bs-btn-bg: #ffffff !important;
    --bs-btn-border-color:#ffffff !important;
    --bs-btn-hover-color: #111119 !important;
    --bs-btn-hover-bg: #c6c7c8 !important;
    --bs-btn-disabled-color: #111119 !important;
    --bs-btn-disabled-bg: #ffffff !important;
    --bs-btn-active-color: #111119 !important;
    --bs-btn-active-bg: #c6c7c8 !important;
    --bs-btn-active-border-color: #c6c7c8 !important;
}

    .btn-bg-ao:hover {
        background-color: #c6c7c8 !important;
        border-color: #c6c7c8 !important;
    }

.border-ao {
    border-color: #111119 !important;
}

.text-ao {
    color: #ffffff !important;
}

textarea.form-control {
    background-color: #27292e !important;
}

textarea.form-control:disabled {
    background-color: #42444a !important;
}

code {
    color: #e685b5 !important;
}

.form-control:disabled {
    background-color: #27292e !important;
}

.form-check-input:checked {
    background-color: #2c3035 !important;
    border-color: #42444a !important;
}

.form-control {
    background-color: #27292e !important;
}

/* Status Signs */

.failSign {
    border-color: #db7093;
}

.loader.failSign {
    &::before {
        background-color: #cc3363;
    }

    &::after {
        background-color: #cc3363;
    }
}

.successSign {
    border-color: #32cd32;
}

.loader.successSign {
    &::before {
        background-color: #7cfc00;
    }

    &::after {
        background-color: #7cfc00;
    }
}