
.member-area .px-3-5 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.member-area .table {
    padding:23px 13px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}
.member-area .custom-thead {
    background-color: #f4f5fa;
    border-radius: 15px;
}
.member-area .main thead tr th {
    border-style: none;
}
.member-area th {
    font-size:14px;
}
.member-area td {
    height:90px;
    margin-top: 10px;
    font-size:14px;
}
.member-area td {
    font-weight:400;
    color: #3A3541 !important;
}
.member-area td span {
    font-size:12px;
}
.member-area .light-c {
    color: rgba(46, 8, 81, 0.6) ;
}
.member-area .green-c {
    font-weight: 400;
    color: #1dcf88;
}
.member-area .black-c {
    font-weight: 600;
    color: rgba(58, 53, 65, 0.8);
}
.member-area .red-c {
    font-weight: 400;
    color: #eb6d92;
}
.member-area .l-green {
    font-weight: 400;
    color:#1DCF88;
}
.member-area .blue-c {
    font-weight: 600;
    color: #08a7f2;
}

/*notifications*/
.member-area .status-indicator {
    display: flex;
    align-items: center;
    margin-top:25px;
}
.member-area .notification td {
    padding: 5px !important; /* Убираем отступы */
}
.member-area .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #25ee9d;;
    margin-right: 10px;
}
.member-area .not-text {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: rgba(58, 53, 65, 0.87);
}
.member-area .btn-right {
    margin-right: 20px;
}
/*reports*/
.member-area .translate-middle-main-reports {
    padding: 23px 17px;
}

