:root {
    /* available CI colors plus Hue/Saturation & Lightness */
    --regiondo: #f46036;
    --regiondo-hs: 13, 89.6%;
    --regiondo-l: 58.4%;

    /* pick the right corporate identity color here */
    --corporate-identity: var(--regiondo);
    --hs: var(--regiondo-hs);
    --l: var(--regiondo-l);

    /* color for the links */
    --link-color: var(--regiondo);

    /* a darker and a lighter variant */
    --corporate-identity-lighter: hsl(var(--hs), calc(var(--l) + 10%));
    --corporate-identity-darker: hsl(var(--hs), calc(var(--l) - 10%));
}

.onelogin-language-switch .icon-check { display:inline-block; width:14px; height:11px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 12'%3E%3Cpath fill='%23F46036' fill-rule='evenodd' d='M13.656.832a1.166 1.166 0 00-1.649 0L4.131 8.708l-2.14-2.14a1.166 1.166 0 10-1.65 1.65l2.939 2.937a1.166 1.166 0 001.675.027l8.701-8.7a1.166 1.166 0 000-1.65z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat 0 0; background-size:14px 11px; }
.onelogin-language-switch .icon-close { display:inline-block; width:22px; height:22px; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 17'%3E%3Cpath fill='%23F46036' fill-rule='evenodd' d='M1.222.546a1.5 1.5 0 000 2.121l5.657 5.657-5.657 5.657a1.5 1.5 0 102.121 2.121L9 10.445l5.657 5.657a1.5 1.5 0 102.121-2.121l-5.657-5.657 5.657-5.657A1.5 1.5 0 1014.657.546L9 6.203 3.343.546a1.5 1.5 0 00-2.121 0z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%;
    background-size:17px 17px; }

.mui-btn--primary.mui-btn--regiondo {
    background-color: var(--regiondo);
}
.mui-btn--primary.mui-btn--regiondo:hover {
    background-color: hsl(var(--regiondo-hs), calc(var(--regiondo-l) - 10%));
}