[class*="gg-icon-"] { display: block; -webkit-mask-repeat: no-repeat; background-color: var(--colorIcon); font-size: 1rem;-webkit-mask-position: center;margin: 0 3px;display: -webkit-inline-box;}
[class*="gg-icon-"]:before {content: '';display: inherit;width: 1em;background-repeat: no-repeat;background-size: contain;}
.gg-icon-loading{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='10' r='2'/%3E%3Ccircle opacity='.3' cx='25' cy='40' r='2'/%3E%3Ccircle opacity='.3' cx='32.5' cy='12' r='2'/%3E%3Ccircle opacity='.3' cx='17.5' cy='38' r='2'/%3E%3Ccircle opacity='.93' cx='17.5' cy='12' r='2'/%3E%3Ccircle opacity='.3' cx='32.5' cy='38' r='2'/%3E%3Ccircle opacity='.65' cx='10' cy='25' r='2'/%3E%3Ccircle opacity='.3' cx='40' cy='25' r='2'/%3E%3Ccircle opacity='.86' cx='12' cy='17.5' r='2'/%3E%3Ccircle opacity='.3' cx='38' cy='32.5' r='2'/%3E%3Ccircle opacity='.44' cx='12' cy='32.5' r='2'/%3E%3Ccircle opacity='.3' cx='38' cy='17.5' r='2'/%3E%3C/svg%3E");
    background: var(--color-icon-pattern);
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(12);
    animation: fa-spin 1s infinite steps(12);
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg); transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg); transform: rotate(359deg);
    }
}
.gg-icon-check{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
}
.gg-icon-check-circle{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-check-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z'/%3E%3C/svg%3E");
}
.gg-icon-x{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.gg-icon-x-error-circle{
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}