#markdown-model-content{
    max-height: 300px;
    overflow-x: hidden;
}
.condition-add{
    margin-top: 25px;
}
.alert-message-color {
    margin-bottom: 10px;
    color: #a94442;
}
.password-input-group .password-visibility-toggle {
    height: 46px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #ccc;
    font-size: 24px;
    line-height: 1;
}
.password-input-group .password-visibility-toggle:focus {
    z-index: 3;
}
#agreement-modal > .modal-dialog{
    width: 80%;
}
#agreement-modal #markdown-model-content{
    max-height: 80vh;
}
