
.settings-block {
    margin-bottom: 20px;
}

.settings-block h5 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #414141;
    font-weight: bold;
    text-transform: uppercase;    
}

.settings-block p {
    color: #363636;
}

.settings-block .title-ro {
    color: #282828;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.settings-block .dat-ro {
    color: #000000;
    font-size: 23px;
    margin-bottom: 23px;
}

.sys-reg-button {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #4c4c4c;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-family: 'Albert Sans', sans-serif;
}
.sys-reg-button:hover {
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 0px 1px #f0f0f0;
}



.deactivate-button {
    background: #f85757;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-family: 'Albert Sans', sans-serif;
}
.deactivate-button:hover {
    border: 1px solid #636363;
}

.upgrade-pill{
    font-size: 13px;
    padding: 3px 10px;
    background: #ece0ff;
    border-radius: 6px;
    color: #806ec3;
    width: auto;
    display: inline-block;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
}

.boxedIn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 7px 20px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
}
.boxxedIcon{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-right: 15px;
    font-size: 24px;
}

.boxxedText{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}