.c2m__modal-header-green-theme {
    color: #fff;
    background-color: rgba(0, 167, 62,.95);
}

.c2m__modal-header-texture {
    background-image: linear-gradient(45deg,rgba(0,0,0,.025) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.025) 50%,rgba(0,0,0,.025) 75%,transparent 75%,transparent);
    background-size: 64px 64px;
}

.c2m__client_resource_custom_link {
    color: var(--c2m-color-green);
    text-decoration: underline;
}

.c2m__client_resource_custom_link:hover {
    color: var(--c2m-color-green-active);
    text-decoration: none;
}
