.sptb {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.sptb .card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}
.sptb .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.sptb .card-header {
    background: 0 0;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8ebf3;
    margin-bottom: 0;
}
.sptb .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaeef9;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgb(234 238 249 / 50%);
}
.sptb .card-title {
    font-size:20px;
    line-height: 1.2;
    font-weight: 500;
}
.sptb .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem 1.5rem;
    position: relative;
    height: 100%;
}
.border-bottom {
    border-bottom: 1px solid #e8ebf3!important;
}
.sptb .profile-pic {
    text-align: center;
}
.sptb .card-body>:last-child {
    margin-bottom: 0;
}
.profile-pic-img {
    position: relative;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
}
.profile-pic-img span {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50px;
    right: -1px;
    top: 0.5rem;
    border: 2px solid #fff;
}
.sptb .brround {
    border-radius: 50%;
}
.sptb .text-dark {
    color: #070510!important;
}
.sptb .item1-links a {
    padding:1.25rem;
    font-weight: 400;
    font-size:14px;
    color: #070510;
}
.sptb .item1-links a.active {
    background: rgba(241, 238, 247, 0.6);
    color: #ed5151;
    border-right: 2px solid #ed5151;
}
.sptb .item1-links a.active {
    font-weight: 400;
}
.sptb .mr-3, .sptb .mx-3 {
    margin-right: 0.75rem !important;
}
.sptb .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.sptb .card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}
.sptb .card-footer {
    border-top: 1px solid #e8ebf3;
    color: #5f6877;
    padding: 1rem 1.5rem;
    background: 0 0;
}

.sptb .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}
.sptb .badge-danger {
    color: #fff;
    background-color: #ff382b;
}
.sptb .badge-primary {
    color: #fff;
    background-color: #ed5151;
}
.sptb .badge-success {
    color: #fff;
    background-color: #27c781;
}