.upload {
    box-shadow: var(--box-shadow);
    margin-top: 2rem;
}

.sendNews {
    text-align: center;
    padding: 1rem;
    position: relative;
}

.sendNews:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #e8e8e8;
    width: 38%;
    left: 20%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.sendNews:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #e8e8e8;
    width: 39%;
    right: -19%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.sendNews h4 {
    margin-bottom: 0;
}

.guestForm {
    padding: 1rem;
    border-radius: 0.5rem;

}

.uploadOuter {
    padding-top: 1rem;
}

.summerNote h6,
.uploadOuter h6 {
    color: #999;
}

.dragBox {
    width: 100%;
    height: 130px;
    position: relative;
    font-weight: bold;
    line-height: 125px;
    color: #999;
    text-align: center;
    border: 2px dashed #ccc;
    display: inline-block;
    transition: transform 0.3s;
}

.dragBox input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.form-check {
    padding-top: 1rem;
}

.form-check-input {
    margin-top: .4rem;
}

.form-check-label {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: bold;
    margin-left: .5rem;
}

.btn-primary {
    float: right;
}

.unicode {
    border: 1px solid #ccc;
    padding: 1rem;
    text-align: center;
    margin-top: 2rem;
    box-shadow: var(--box-shadow);
}

.unicode h6 {
    border: 1px solid #ccc;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    padding: 6px 30px;
    border-radius: 5px;
}

.guestForm button {
    display: inline-block;
}

@media (max-width: 769px) {
    .left-side p {
        font-size: 13px;
        padding-bottom: .3rem;
    }
}

@media (max-width:426px) {

    .janata-upload-wrapper .right-side {
        margin-top: 1rem;
    }

    .sendNews:before {
        position: absolute;
        content: "";
        height: 2px;
        background-color: #e8e8e8;
        width: 23%;
        left: 13%;
        transform: translate(-50%, -50%);
        top: 47%;
    }

    .sendNews:after {
        position: absolute;
        content: "";
        height: 2px;
        background-color: #e8e8e8;
        width: 24%;
        right: -11%;
        transform: translate(-50%, -50%);
        top: 47%;
    }

    .btn-primary {
        float: none;
        margin-left: -1.5rem;
        margin-top: .5rem;
    }
}