.bg-purple {
    background-color: #0b66ff;
    accent-color: #003087;
}


.navbar-brand {
    float: left;
    height: 56px;
    padding: 2px 0px 2px 0px;
    font-size: 18px;
    line-height: 20px;
}

a.navbar-brand>img{
    height: 80%;
    margin-top: 4px;
}

.footer {
    /*  position: absolute;
      right: 0;
      bottom: 0;
      left: 0; */
    padding: 1rem;
    color: #444444;
    background-color: #ffffff;
    text-align: center;
}

.privtit {
    margin-bottom: 10px;
    font-weight: bold;
}

.privtxt {
    margin-bottom: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

.error {
    background-color: lightyellow;
}

.computed-cost {
    width: 66px;
    text-align: right;
}

.renew-period {
    width: 120px;
    text-align: center;
}


.paypal-button {
    background-color: #ffc439;
    color: #003087;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paypal-button:hover {
    background-color: #e0a800;
}

.paypal-button i {
    margin-right: 10px;
}

.paybutton {
    float: right;
}

.invdata {
    margin: 10px;
    float: left;
}

.card-title {
    color: white;
    background-image: linear-gradient(#0b66ff, #0b66ff 50%, #0b66ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0906', endColorstr='#ffa40200', GradientType=0);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #0066ff;
    border-radius: 5px; /* Raggio degli angoli */
    padding: 5px;
    height: 30px;
}

.card-body {
    background-color: white;
    border: 1px solid #0b66ff;
    border-radius: 5px; /* Raggio degli angoli */
    padding: 5px;
}

.card-row {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    height: 30px;
    margin-top: 2px;
}

.card-label {
    background-color: #f0f0f0;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    height: 30px;
    padding: 2px;
    padding-right: 10px;
    width: 45%;
    display: inline-block;
}

.card-value {
    background-color: #ffffff;
    font-size: 15px;
    text-align: left;
    height: 30px;
    padding: 2px;
    padding-left: 10px;
    width: 50%;
    display: inline-block;
}

.tsep {
    border-right: 1px black solid;
    font-size: 12px;
}

.tsepw {
    border-right: 1px white solid;
    font-size: 12px;
}

@media (max-width: 989px) {
    .paybutton {
        margin: 10px;
        clear: both;
        float: left;
    }
}

.footertxt {
    font-size: 80%;
    color: #aaa;
    margin-top: 6px;
}

.login-input-group {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;

}

.lostpass {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weigh: bold;
}

.btn-login {
    font-size: 16px;
    font-weight: bold;
}

.btn-register {
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    background-color: #42b729;
    color: #ffffff;
}

.btn-register:hover {
    background-color: #69e84e;
}

#username, #password {
    height: 45px;
}

.panel-dashboard {
    background-color: #F5F5F5;
}

.dash-heading {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dash-legend2 {
    font-size: 16px;
    margin-left: 0px;
    margin-top: -12px;
    margin-bottom: 17px;
}


.dash-title {
    font-size: 16px;
    font-weight: bold;
}

.dash-legend {
    font-size: 12px;
}

.row-noborders {
    margin-left: 0px;
    margin-right: 0px;
}

.top{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.piegraph{
    justify-content: center;
    display: grid;
    aspect-ratio: 1;
    top: 0;
    left: 0;
    height: 280px;
    width: 240px;
}