.digages-svg-onboard-container
{
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center; 
padding: 24px 40px;
gap: 24px;
position: absolute;
width: 480px;
left: calc(50% - 480px/2);
top: 48px;
background: #FFFFFF;
border: 1px solid #DCDCDE;
border-radius: 2px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #3C434A;
}

.digages-svg-onboard-container-txt1
{
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px;
text-align: center;
color: #1D2327;

}

/* #digages_svg_update_option
{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 16px;
width: 400px;
height: 40px;
background: #3858E9;
border-color: transparent;
border-radius: 2px;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #FFFFFF;
margin-bottom: -14px;
}

#digages_svg_update_option_skip
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    width: 400px; 
    border-color: transparent; 
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;    
    background-color: transparent;
    color: #1D2327;
} */


/* .digages-plugin-notice
{
    display: none !important;
}

.notice
{
    display: none !important;
} */


.digages-svg-onboard-container-bg
{
display: flex;
flex-direction: column;
align-items: start;
justify-content: flex-start;
padding: 16px 24px;
gap: 16px; 
background: #FFFFFF;
border-left: 4px solid #6D61DF;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #2C3338;
margin-bottom: 36px;
}

.digages-svg-onboard-container-bg2
{
display: block;
flex-direction: column;
align-items: start;
justify-content: flex-start;
padding: 16px 24px;
gap: 16px; 
background: #FFFFFF;
border-left: 4px solid #6D61DF;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #2C3338;
margin-bottom: 36px;
}

.digages-svg-onboard-container-bg-item1
{
display: flex;
flex-direction: column;
gap: 8px; 
}

.digages-svg-onboard-container-bg-item2
{
display: flex;
justify-content: space-between;
width: -webkit-fill-available;
gap: 8px; 
}

.digages-svg-onboard-container-bg-item1-txt1
{
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 24px;
color: #101517;
}

.digages-svg-onboard-container-bg-btn
{
display: flex;
gap: 16px; 
}

.digages-svg-onboard-container-bg-btn2
{
display: flex;
gap: 16px; 
margin-top: 16px !important;
}

.digages-svg-onboard-container-bg-btn-ok
{ 
display: flex;
justify-content: center;
align-items: center;
padding: 8px 16px;

/* width: 121px;
height: 36px; */
background: #3858E9;
border: 1px solid #3858E9;
border-radius: 2px;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #FFFFFF;
}

.digages-svg-onboard-container-bg-btn-skip
{ 
display: flex;
justify-content: center;
align-items: center;
padding: 8px 16px;

/* width: 121px;
height: 36px; */
background: #fff;
border: 1px solid #3858E9;
border-radius: 2px;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #3858E9;
}
