.approval-opt-container {
    width: 100%;
    box-sizing: border-box;
    //border-top: 1px solid #E6E7E8;
    font-size: 14px;
    color: #9DA1A3;
    position: relative;
    &:after {
        border-top: 1px solid #E6E7E8;
    }
    
    .approval-opt-text {
        width: 100%;
        padding: 12px 0;
        white-space: nowrap;
       &.put {
            word-break: break-all;
            white-space: normal;
            padding-bottom: 0;
       }
       &.spread {
            width: calc(100% - 28px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            vertical-align: top;
       }
    }
    .approval-opt-spread,.approval-opt-put {
        color: #1E80C7;
        font-size: 14px;
        display: inline-block;
    }
    .approval-opt-spread {
        padding: 12px 0;
        
    }
    .approval-opt-put {
        text-align: right;
        width: 100%;
        padding-bottom: 12px;
    }
}