.disbale_active {
    pointer-events: none;
    opacity: 0.4;
-webkit-user-select: none; 
-ms-user-select: none; 
user-select: none; 
}
button.primary-btn-small-input {
    width: 150px;
}

.section-border {
    border: 1px solid #6f767e;
    padding: 2em;
    margin-bottom: 2em;
}

.font-red {
    color: red !important;
}

.font-green {
    color: green !important;
}