/* auth-register */

.ui-dialog {
    font-size: 16px !important;
    color: #444444 !important;
}

.ui-button {
    background-color: #e92ddd !important;
}

.berrors {
    color: #e92ddd !important;
    margin: 10px !important;
}

.auth__form-register {
    margin-top: 24px;
}

.auth__form-register__group + .auth__form-register__group {
    margin-top: 18px;
}

.auth__form-register__result-registration {
    margin-top: 12px;
}

.auth__form-register__group-label {
    font-size: 16px;
}

.auth__form-register__group-btn {
    color: #FFFFFF;
    padding: 10px 20px !important;
    margin-top: 12px;
}

.auth__form-register__submit {
    padding: 16px 20px !important;
    margin-top: 24px;
    color: #FFFFFF;
}

.auth__form-register__recaptcha {
    margin-top: 12px;
}

/* Components */

.components__form-input {
    background-color: #261826 !important;
    border-radius: 26.04166667vw !important;
    height: 2.5vw !important;
    min-height: 48px !important;
    padding: 10px 20px !important;
    color: #FFFFFF;
    margin: 6px 0px;

    border-color: transparent !important;
    transition: all 200ms ease;
}

.components__form-input:focus, .components__form-textarea:focus {
    border-color: rgb(118, 118, 118) !important;
}

.components__form-textarea {
    background-color: #261826 !important;
    padding: 10px 20px !important;
    color: #FFFFFF;
    margin: 6px 0px;

    border-color: transparent !important;
    transition: all 200ms ease;
}

.components__user-info__input {
    background-color: #261826 !important;
    border-radius: 26.04166667vw !important;
    height: 2.5vw !important;
    min-height: 48px !important;
    padding: 10px 20px !important;
    color: #FFFFFF;
    margin: 6px 0px;

    border-color: transparent !important;
    transition: all 200ms ease;

    min-width: 100%;
}

.components__user-info__item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Full story */

@media (max-width: 564px) {
    .fullstory__button-wrap a {
        width: 100%;
    }

    .fullstory__button-wrap__item {
        margin: 12px 0;
    }

}

/* Comments */
#dle-comments-list .comments-tree-list .comments-tree-list {
    padding-left: 24px;
}

#dle-comments-list .comment-list-item {
    margin: 12px 0;
}

.fullstory__comments-tabs {
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .fullstory__comments-tabs {
        flex-direction: column;
        align-items: flex-start;
    }

    .fullstory__comments-tabs__caption {
        width: 100%;
    }

    .fullstory__comments-tabs__caption li:first-child {
        margin-top: 12px;
    }
}

.comments-tree-item input[type="checkbox"] {
    height: 18px !important;
    width: 18px !important;
    margin-left: 24px;
}

#dle-comments-list .comments-tree-list {
    margin-bottom: 24px;
    vertical-align: sub;
}

@media (max-width: 564px) {
    #addcomment .form_submit button[type="submit"] {
        margin: 12px 0 !important;
        width: 100%;
    }
}

/* Headlines */

.nd-h1 {
    font-weight: bold;
    font-size: 4.16666667vw;
    text-shadow: 0px 0px 34px rgba(255, 255, 255, 0.44);
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
}

.nd-h2 {
    font-weight: bold;
    font-size: 1.77083vw;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
}

.nd-h3 {
    font-weight: bold;
    font-size: 1.66666667vw;
    color: #fff;
}

.nd-h4 {
    font-weight: bold;
    font-size: 1.25vw;
    color: #fff;
}

.nd-h4.fw400 {
    font-weight: 400;
}

.nd-h4 sup {
    font-size: 0.729165vw;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    vertical-align: 0.5em;
}

.nd-h5 {
    font-weight: bold;
    font-size: 0.9375vw;
    color: #fff;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .nd-h1 {
        font-size: 32px;
    }
}

@media (max-width: 1707px) {
    .nd-h5 {
        font-size: 16px !important;
    }
}

@media (max-width: 1600px) {
    .nd-h4 {
        font-size: 20px !important;
    }
}

@media (max-width: 1580px) {
    .nd-h2 {
        font-size: 28px;
    }
}

@media (max-width: 1440px) {
    .nd-h3 {
        font-size: 24px !important;
    }
}

/* Fullstory */

.nd-fullstory__title {
    margin-right: 24px;
    margin-bottom: 14px;
    text-shadow: none;
    font-weight: bold;
    font-size: 0.9375vw;
    color: #fff;
    line-height: 1.3;
    font-family: inherit;
}

@media (max-width: 1707px) {
    .nd-fullstory__title {
        font-size: 16px !important;
    }
}

