﻿.message-error {
    margin: 10px 0 10px;
    color: black;
    font-size: 16px;
}

.alert_box {
    border: 1px solid #00000078;
    border-radius: 10px;
    margin: 0 auto;
    top: 5%;
    width: 65%;
}

.topic-block-body > p {
    line-height: 24px;
    font-size: 16px;
}

.form-box {
    position: relative;
}

.page {
    min-height: 100px;
}

.close {
    position: absolute;
    right: -17px;
    top: -25px;
    background: white;
    color: black;
    border: solid 2px #000000;
    padding: 6px 9px;
    border-radius: 55%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.close:hover {
    background: #979797;
    color: white;
}

.topic-block-body > p {
}

.form-box {
    padding: 0 50px;
}

@media (min-width: 1001px) {
    .inputs label {
        font-size: 17px;
    }
}

.form_title {
    text-align: center !important;
}

.form-box > form > .inputs {
    width: 70%;
}

.form-box > form > .inputs > label {
    width: 250px !important;
}

.upload-button {
    display: inline-block !important;
}

.ulpoadfile-button {
    font-size: 15px !important;
}

.qq-upload-button {
    overflow: unset !important;
}

.remove-download-buttonn {
    font-size: 12px !important;
}

.upload-remove-button {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.upload-download-button {
    display: block;
    font-size: 12px;
    font-weight: 600;
}