

/* Start:/local/components/prioritet/wordcheck/templates/.default/style.css?17721822275135*/
.crumbs{
    transform: translate(0) !important;
    opacity: 1 !important;
}

.result__text {
    margin: 0 0 40px;
    max-width: none !important;
}

.wordcheck {
    padding: 0 0 80px;
}

.wordcheck__title {
    margin: 0 0 35px;
    max-width: 900px;
}

.wordcheck__form {
    margin: 0 0 25px;
}

.wordcheck__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
}

.wordcheck__tab {
    border: 1px solid #d5dce8;
    background: #fff;
    color: #1e2229;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    transition: all .2s ease;
}

.wordcheck__tab.is-active {
    border-color: #1f60d1;
    background: #e8f0ff;
    color: #1f60d1;
}

.wordcheck__input {
    width: 100%;
    padding: 15px 15px 15px 15px !important;
    
}

.wordcheck__input::placeholder {
    color: #cbd0db !important;
}

.wordcheck__crawl-inputs {
    display: flex;
    gap: 14px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.wordcheck__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wordcheck__field-label {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #4b5568;
    margin-bottom: 10px;
}

.wordcheck__crawl-inputs .wordcheck__field {
    flex: 1 1 340px;
}

.wordcheck__crawl-inputs .wordcheck__depth-row {
    flex: 0 0 220px;
}

.wordcheck__dictionaries {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin: 0 0 25px;
}

.wordcheck__checkbox .checkbox__agree {
    font-size: 14px;
}

.wordcheck__btn {
    min-width: 220px;
}

.wordcheck__download {
    margin-top: 24px;
}

.wordcheck__message {
    min-height: 24px;
    margin: 0 5px 18px 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.wordcheck__message-action {
    margin: 0 0 18px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    min-height: 24px;
}

.wordcheck__message-action a {
    color: #1f60d1;
    text-decoration: underline;
}

.wordcheck__message--error {
    color: #d63a3a;
}

.wordcheck__message--ok {
    color: #1f60d1;
}

.wordcheck__meta {
    font-size: 16px;
    margin: 0 0 14px;
    font-weight: 600;
}

/*
.wordcheck__result--redflag {
    margin-top: 24px;
}

.wordcheck__result--morph {
    margin-top: 24px;
}*/

.wordcheck__result{
    margin-bottom: 24px;
}

.wordcheck__meta--danger {
    color: #d63a3a;
}

.wordcheck__table-wrap {
    overflow-x: auto;
}

.wordcheck__table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.wordcheck__table th,
.wordcheck__table td {
    border: 1px solid #e0e6f0;
    padding: 12px 14px;
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
}

.wordcheck__table thead th {
    background: #e8f0ff;
    font-weight: 600;
}

.wordcheck__table--danger thead th {
    background: #ffe9e9;
}

.wordcheck__place {
    margin-bottom: 8px;
    line-height: 1.45;
}

.wordcheck__place:last-child {
    margin-bottom: 0;
}

.wordcheck__word--ok {
    color: #299447;
    font-weight: 600;
}

.wordcheck__word--bad {
    color: #d63a3a;
    font-weight: 600;
}

.wordcheck__dict--ok {
    color: #299447;
    font-weight: 600;
}

.wordcheck__dict--bad {
    color: #d63a3a;
    font-weight: 600;
}

.wordcheck__text-row textarea{
    max-height: 200px !important;
    height: 200px !important;
}

.wordcheck__depth-row .wordcheck__input {
    max-width: none;
}

.wordcheck__row-checkbox {
    width: 16px;
    height: 16px;
}

.wordcheck__progress {
    position: relative;
    height: 18px;
    border-radius: 9px;
    background: #e8edf7;
    overflow: hidden;
    margin: 0 0 14px;
}

.wordcheck__progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #1f60d1;
    transition: width .2s ease;
}

.wordcheck__progress-text {
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

.wordcheck__batch-fixed {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: min(640px, calc(100% - 24px));
    background: #ffffff;
    border: 1px solid #d8dfea;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(16, 30, 54, 0.16);
    padding: 12px;
    z-index: 1000;
    text-align: center;
}

.wordcheck__batch-progress {
    position: relative;
    height: 14px;
    border-radius: 7px;
    background: #e8edf7;
    overflow: hidden;
    margin: 0 0 10px;
}

.wordcheck__batch-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #1f60d1;
    transition: width .2s ease;
}

.wordcheck__batch-progress-text {
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
}

.wordcheck__batch-btn {
    width: 100%;
}

@media (max-width: 768px) {
    .wordcheck__crawl-inputs .wordcheck__field,
    .wordcheck__crawl-inputs .wordcheck__depth-row {
        flex: 1 1 100%;
    }

    .wordcheck__title {
        margin-bottom: 25px;
    }
}

/* End */
/* /local/components/prioritet/wordcheck/templates/.default/style.css?17721822275135 */
