/* Minification failed. Returning unminified contents.
(12,27): run-time error CSS1038: Expected hex color, found '#fff0'
(12,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
    .custom-picscale {
        transform: scale(1);
        transition: transform 5s ease-in-out;
    }

    .custom-icon {
        width: 2rem !important;
    }

    .custom-list {
        padding-left: 0rem;
        background-color: #fff0 !important;
        color: #fff;
    }

    .custom-p {
        color: #fff !important;
    }
