.item-body-textarea {
    /* padding-right: 3vw; */
    position: relative;
}

.item-body-textarea>.textarea-overlay>.textarea {
    border: black solid 0.27em;
    resize: none;
    width: 100%;
    height: 80%;
    border-radius: 0.3rem;
    padding: 10px;
    padding-right: 40px;
    box-sizing: border-box;
}

.item-body-textarea>.textarea-overlay>.textarea:focus {
    border-color: #1a66c9;
    outline: none;
}


/* this will be usefull for later when I need to expand */

.exp-btn {
    top: 0;
    margin-top: 10px;
}

.shrk-btn {
    top: 0;
    margin-top: 115px;
    margin-right: 90px !important;
    height: 40px !important;
    width: 40px !important;
}

.shrk-btn > i{
    font-size: 1.35em !important;
}

.dwn-btn {
    bottom: 0;
    margin-bottom: 10px;
}

.item-body-textarea>.textarea-overlay> * {
    visibility: visible;
}

.item-body-textarea > .textarea-overlay > button {
    position: absolute;
    right: 0;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    border: none;
    cursor: pointer;
    transition: border-radius 0.2s ease;
    background-color: aliceblue;
}

.item-body-textarea > .textarea-overlay > button:hover {
    background-color: rgb(215, 237, 255);
    border-radius: 5px;
}

.item-body-textarea>.textarea-overlay>button:hover > i{
    color: rgb(19, 16, 16);
}

.txtarea-overlay-hidden{
    visibility: hidden;
}
.txtarea-overlay-show{
    position: fixed;
    visibility: visible;
    width: 80%;
    height: 85%;
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: white;
    border: 2px solid black;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    z-index: 2;
    padding: 20px 80px 50px 80px;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.btn-hidden{
    display: none;
}

.dwn-btn-big{
    bottom: 0;
    margin-bottom: 65px;
    margin-right: 90px !important;
    height: 40px !important;
    width: 40px !important;
}

.dwn-btn-big > i{
    font-size: 1.35em !important;
}

.textarea-overlay-title-hidden{
    display: none;
}
