.custom-error {
    position: relative;
    bottom: 22px;
    left: 0;
}

.inactive {
    position: relative;
    overflow: hidden;
}

.inactive:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(88, 86, 86, 0.2);
    width: 100%;
    height: 100%;
    z-index: 100;
    border-radius: 8px;
    cursor: not-allowed;

}
