.customColor {
    background: linear-gradient(90deg, rgba(248, 172, 34, 0) 0%, rgba(248,
                172,
                34, 1) 20%, rgba(248,
                172,
                34, 1) 50%, rgba(248, 172, 34, 1) 80%, rgba(248, 172, 34, 0) 100%) !important;
}

.customPos {
    top: calc(50% - 242px) !important;
}