.digages-aplwoo-settings-bg
{
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #1D2327;
    margin-left:-20px;
    /* margin-top: -10px;    */
    padding: 12px 24px;
    border-bottom: 1px solid #DCDCDE;
    /* height: 72px; */
    display: flex;
    align-items: center;
    
}

.digages-aplwoo-settings-left
{
    display: flex;
    gap: 20px;
    align-items: center;
    width: 92%;
}

.digages-aplwoo-settings-right
{
    display: flex; 
    gap: 8px;
    align-items: center;
}

.digages-aplwoo-license-container
{
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1D2327;
}
.digages-aplwoo-license-container a
{
    text-decoration: underline !important;
} 

.digages-aplwoo-license-container-list-container
{
    display: flex;
    flex-direction: column;
}

.digages-aplwoo-license-container-list
{
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}
.digages-aplwoo-license-container-circle {
    width: 12px;
    height: 12px;
    background-color: #7A00DF; /* You can change the color */
    border-radius: 50%;
  }

.digages-aplwoo-license-container-list-txt1
{
color: #3C434A; 
margin-bottom: 8px;
}

.digages-aplwoo-license-container-list-txt2
{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #101517;
}

.digages-aplwoo-license-container-btn1
{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 16px;
background: #3858E9;
border: 1px solid #3858E9;
color: #fff;
border-radius: 2px;
margin-top: 24px;
margin-bottom: 32px;
}

.digages-aplwoo-license-container-btn2
{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 16px;
background: #fff;
border-radius: 2px;
border: 1px solid #D63638;
color: #D63638;
margin-top: 24px;
margin-bottom: 32px;
}

.digages-aplwoo-license-container-form
{
    display: flex; 
    border-bottom: 1px solid #DCDCDE;
}

.digages-aplwoo-license-container-form-left
{
    width: 25%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2327;
}

.digages-aplwoo-license-container-form-right
{
    display: flex;
    flex-direction: column;
}
.digages-aplwoo-license-container-form-right input
{
    width: 100%; 
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #949494;
    border-radius: 2px;
}
.digages-aplwoo-license-containermaintxt
{
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px;
color: #101517;
margin-bottom: 24px;
}

.digages-aplwoo-license-container-txt4
{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #101517;
margin-top: 12px;
margin-bottom: 12px;
}