.balsong-modal{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000001a;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.balsong-modal-area{
    position: relative;
    width: 80%;
    height: 80vh;
    background-color: #fff;
    box-shadow: 4px 4px 11px 0px #00000059;
    border-radius: 3px;
}
.balsong-modal-area i{
    cursor: pointer;
}
#messageGrid3 .ag-header{
    border: unset !important;
}
#messageGrid3 .ag-root-wrapper{
    border: dashed 1px #8898aa !important;
}
#emailGrid3 .ag-header{
    border: unset !important;
}
#emailGrid3 .ag-root-wrapper{
    border: dashed 1px #8898aa !important;
}

select, input, textarea{
    border: 1px solid #d6d9de !important;
}

#balsong-email-addr-popup{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000003d;
    z-index: 9999;
    top: 0;
    align-items: center;
    justify-content: center;
}
.balsong-email-addr-area{
    background-color: #fff;
    width: 95%;
    height: 95%;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

.input-wrapper {
    position: relative;
    display: inline-block;
  }
  
.input-wrapper input {
    padding-right: 230px; /* suffix 가릴 공간 확보 */
    height: 30px;
}

.input-wrapper .suffix {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none; /* 클릭 안되게 */
}