.textareaExpander {
    z-index: 10055;
    width: 100%;
    resize: none !important;
    line-height: 0;
    border-radius: 0.375rem;
    background-color: rgba(0, 0, 0, .5);
}

.textareaExpander textarea {
    height: auto;
    width: 100% !important;
    resize: vertical;
    line-height: 1.5;
}

.textareaExpander textarea:hover {
    background-color: #fff !important;
}

.textareaExpander,
.textareaExpander a {
    display: inline-block;
}

.textareaExpander a {
    position: relative;
    z-index: 1;
    float: right;
    width: 1.2rem;
    margin-left: -22px;
    cursor: pointer;
}

/*.textareaExpander a i {
    color: rgb(133, 133, 133);
}*/

.taExpanded {
/*    z-index: 10054;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    border-radius: 0;
*/
    min-height: 15rem !important;
}

.taExpanded textarea {
    height: 80vh;
    width: 80vw !important;
    margin-top: 10vh;
    margin-left: 10vw;
}

.textareaExpanderLabel {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 1vh;
    font-size: 24pt;
    color: #fff;
    text-align: center;
}

.taExpanded .textareaExpanderLabel {
    display: inline-block;
}

/*****************************************************/
/***** Character counter moved from another file *****/
/*****************************************************/

.lblCharacterCount {
    z-index: 10054;
    margin-left: auto;
    margin-right: 0;
    right: 35px;
    font-size: 80%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .6rem;
    background-color: #FFF;
}

.taExpanded .lblCharacterCount {
    bottom: 5px;
    margin-left: auto;
    margin-right: 0;
    right: 200px;
    margin-bottom: 9vh;
}

/***********************************************************/
/***** Character counter moved from another file - END *****/
/***********************************************************/
