﻿.AddCRole
{
    display: none;
    position: fixed;
    top: 25vh;
    left: 30vw;
    right: 30vw;
    z-index: 999;
    border: 1px solid var(--Border);
    box-shadow: 10px 10px 10px var(--Border);
    text-align: center;
    padding: 1em;
    background-color: var(--Content);
    height:60vh;
    max-height: 450px;
}

.CRoleIFrame
{
    width: 100%;
    height: 55vh;
    max-height: 434px;
    border: none;
}

.CRoleLabel
{
    display: inline-block;
    width: 135px;
}

.CRoleLabelForStar
{
    display: inline-block;
    width: 125px;
}

.CRoleRequiredStarLabel
{
    display: inline-block;
    width: 10px;
    color: red;
}

body[style]
{
    overflow-y: auto !important;
}