.modal-is-hidden{
    visibility: hidden;
}
.is-hidden{
    visibility: hidden;
}
.ares-help-modal{
    background-color:rgba(255, 255, 255,100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 8px;
    height:100%;
    width: 375px;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    position:fixed;
    padding: 25px 50px;
    top: 0px;
    right: 0px;
    z-index: 1040;
}

@media (max-width: 600px) {
    .ares-help-modal{
        width: 100%;
    }
  }

.ares-help-modal-container{
    width:100%;
    height:100%; 
}

.ares-help-header{
    height:5vh; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center;
}

.ares-help-modal-body{
    padding-top: 2vh;
    height:calc(100% - 5vh);
    overflow-y: auto
}


.ares-help-modal-subtitle{
    font-weight: 700;
    font-size:medium;
}

.ares-help-modal-details{
    font-size:medium;
}

.ares-borders{

    border-style: dashed; 
    border-color: orange;  
    border-width: 2px;
}
