.profile_image_circle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #512DA8;
      font-size: 12px;
      color: #fff;
      text-align: center;
      line-height: 30px;
    }

       
.att-card {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgb(209 209 209 / 25%);
    border-radius: 10px;
    border: none;
}
.att-card .card-header {
    border-radius: 10px 10px 0 0;
    padding: 15px;
    border-color: transparent;
    min-height: 62px;
}

.att-card .nav-tabs {
    border-bottom: none;
}
.att-card .nav-tabs .nav-link {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border-color: transparent;
    padding: 0 12px;
}
.att-card .nav-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #FF7849;
    height: 5px;
    position: relative;
    top: 20px
    }
.att-card .card-header h3 {
    font-size: 16px;
    color: #343A40;
    margin: 0;
    font-weight: 800;
    float: left;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.att-card .card-header h3 i {
    color: #8DAECC;
}

 input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin: 0;
        }