.error
{
    color:red;
}
.bg-primary-gradient {
    background: url(../images/login.webp);
    color: #fff;
    background-position: center;
    background-size: cover;
}
.user-initial {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: grey;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.canvas-size-700 {
    width: 700px !important;
}
.canvas-size-800 {
    width: 800px !important;
}
.canvas-size-900 {
    width: 800px !important;
}
.canvas-size-1200 {
    width: 1200px !important;
}
/** builder page css **/
.section-item.active {
    background: var(--primary005);
    border-color: var(--primary-color);
}
.section-item {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    background: var(--custom-white);
    transition: .2s;
    margin-bottom: 6px;
}
.section-type-card:hover {
    border-color: var(--primary-color);
    background: var(--primary005);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.section-type-card {
    width: 100%;
    height: 100%;
    text-align: left;
    border: 1px solid var(--default-border);
    background: var(--custom-white);
    border-radius: 7px;
    padding: 15px;
    transition: .2s;
}