.helpBoxContainer{
    -webkit-transition: all 350ms;
    width: 17%;
    min-height: 60px;
    max-height: 326px;
    position: absolute;
    /* -webkit-border-radius: 10px; */
    z-index: 100050;
    opacity: 0;
    /* box-shadow: 0px 0px 3px 1px rgb(93, 93, 93); */
    background: beige;
    border: 1px solid rgb(169, 162, 162);
}

.helpBoxArrow{
    position: absolute;
    width: 54px;
    height: 29px;
    background: rgb(155, 212, 162);
    left: -10px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    border: 1px solid rgb(169, 162, 162);
}

.helpBox{
    min-height: 60px;
    background: rgb(155, 212, 162);
    position: relative;
    padding: 13px;
    line-height: 1.5;
    font-size: 105%;
    color: rgb(113, 6, 6);
    max-height: 300px;
    overflow: auto;
    text-align: justify;
    word-break: break-word;
}

.showHelpBox{
    opacity: 1;
}