
.characterModal{
    .characterTypeRadio{
        a{
            text-decoration: none;
            color:inherit;
        }
    }
    .modal-content {
        width: 600px;
    }
    .display-variable-name{
        line-height: 30px;
    }
}
.variable-text-input{
    width: 100%;
}
.warning-text{
    color: red;
    font-size: 14px;
    padding: 5px;
}
