﻿.validationWords
{
    border-color: #00A6F5 !important;
    border-style: solid;
}

.wrongValidationWords
{
    border-color: #DD4063 !important;
    border-style: solid;
}

.unValidationWords {
    border-color: none !important;
    border-style: none;
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-text__body {
    width: 75%;
}

.skeleton-footer {
    width: 30%;
}

.w-45
{
    width: 45%
}

.w-30
{
    width: 30%
}