.nvc-custom-button {
    height: 36px;
    padding: 0 12px;
    color: #fff;
    background: #299f26;
    cursor: pointer;
}

.nvc-custom-icon {
    width: 16px;
    height: 16px;
    color: #fff;
}
.nvc-custom-icon-left {
    margin-right: 8px;
}
.nvc-custom-icon-right {
    margin-left: 8px;
}

.nvc-button-text {
    text-align: center;
}


.nvc-button-rounded {
    border-radius: 24px;
}
.nvc-custom-button.nvc-button-outline {
    background: transparent;
    color: #252525;
    border: 2px solid #299f26;
}
.nvc-button-outline .nvc-custom-icon {
    color: #299f26;
}

.nvc-button-disabled {
    background: #e4e4e4 !important;
    color: #b4b4b4 !important;
    cursor: default;
}
.nvc-button-disabled .nvc-custom-icon {
    color: #b4b4b4 !important;
}

.nvc-file-button-input {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -1000px;
    top: -1000px;
    opacity: 0;
}
