.bg-dark {
    background-color: #1c3b6a !important;
}

.bg-night {
    background-color: #192c54 !important;
}

.rounded-xl {
    border-radius: 1.5rem;
}

.rounded-xxl {
    border-radius: 3rem;
}

.rounded-xxxl {
    border-radius: 4.5rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

.overlay-dark:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 0;
    opacity: 0.85;
    background: #2A354F;
}

.custom-shape-divider-top-1621502294 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1621502294 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 200px;
}

.custom-shape-divider-top-1621502294 .shape-fill {
    fill: #FFFFFF;
}

.category-bg {
    background-color: #466aff;
}

a[data-request] {
    cursor: pointer;
}

.input-transparent {
    background: transparent;
    border: 0;
}

.user-avatar > .field-file-action {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
}

.user-avatar:hover > .field-file-action {
    visibility: visible;
    opacity: 1;
}

.user-background-action {
    position: absolute;
    right: 40px;
    top: 40px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    left: auto;
    bottom: auto
}

.jumbotron.user-account > .user-background-action {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.25s linear;
}

.jumbotron.user-account:hover > .user-background-action {
    visibility: visible;
    opacity: 1;
}

.product {
    height: 336px;
    border: 3px solid transparent;
    transition: border 0.1s linear;
}

.product:hover {
    border: 3px solid #c7cacd;
}

.product-add {
    height: 336px;
    border: 3px dashed #c7cacd
}

.product-add > div {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #c7cacd;
    transform: translate(-50%, -50%);
}

.scrollbar-example {
    max-height: 200px;
}