:root {
    --pro-gradient-start: #004e64;
    --pro-gradient-end: #c9a227;
    --pro-linear-gradient: linear-gradient(90deg, var(--pro-gradient-start) 45%, var(--pro-gradient-end) 100%);
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.pro-blocked-container {
    filter: blur(0.05rem);
    position: relative;
    overflow: hidden;
}

.pro-blocked-container button {
    cursor: not-allowed !important;
}

.pro-bg-gradient{
    background-image: var(--pro-linear-gradient)!important;
}

.pro-border-gradient{
    border: 5px solid;
    border-image: var(--pro-linear-gradient) 1;
}

.pro-gradient-text {
    background: var(--pro-linear-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}