﻿.textarea-container {
    position: relative;
}

    .textarea-container textarea {
        resize: none;
    }

.char-count {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    color: #333;
}

.char-limit {
    color: #333;
}

.textarea-container:hover textarea {
    border-color: green;
}

.textarea-container textarea:focus {
    border-color: blue;
}

.MJtitle {
    padding: 10px;
    background-color: rgb(166,64,227);
    margin: 10px auto;
    color: white;
    border-radius: 20px;
}

.NIJItitle {
    padding: 10px;
    background-color: rgb(166,64,227);
    margin: 10px auto;
    color: white;
    border-radius: 20px;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
