.proxy-dashboard {
    margin: 0;
    padding: 0;
    display: flex;
    background: #ffffff;
    min-height: 100vh;
}

.content-wrapper {
    flex: 1;
    padding: 30px;
    background: #ffffff;
}

.btn-primary {
    text-transform: capitalize;
}

.proxy-section {
    height: 400px;
    overflow: scroll;
}

.proxy-section h2 {
    margin-bottom: 24px;
}

.proxy-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.proxy-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 300px;
}

.proxy-card {
    box-sizing: border-box;
    gap: 16px;
    flex: 0 0 calc(50% - 20px);
    border-radius: 12px;
    padding: 16px;
    display: flex;
}

.avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.name {
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}

.proxy-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.date,
.desc {
    font-size: 14px;
    margin: 0px;
}

.email {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-top: 4px;
    text-decoration: underline;
    color: #007aaf;
}

.proxy-card-container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #f5f7fa;
    width: 50%;
    height: 175px;
}

.proxy-card-header {
    background-color: #0033A0;
    color: white;
    padding: 12px 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proxy-card-header a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.proxy-card-body {
    display: flex;
    padding: 20px;
    background-color: #F2F5FA;
    justify-content: space-around;
    align-items: center;
}

.proxy-card-stat {
    text-align: center;
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #303030;
}

.stat-label {
    font-size: 15px;
    color: #303030;
    margin-top: 4px;
}

.divider {
    width: 1px;
    height: 85px;
    background-color: #ddd;
}

.proxy-card-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 50px;
}

.appoint-proxy-btn {
    position: relative;
    bottom: 42px;
    text-decoration: none;
    background-color: #0033a0;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 30px.5;
    border-radius: 0.9rem;
    color: #FFFFFF;
}

.appoint-proxy-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.plus-icon {
    font-size: 18px;
    margin-right: 5px;
}


.custom-table thead {
    background-color: #0033a0;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.custom-table thead th {
    padding: 15px;
    border: none;
    font-weight: bold;
    vertical-align: middle;
}

.custom-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.custom-table tbody td {
    vertical-align: middle;
    padding: 12px;
}

.sort-icons {
    position: relative;
    display: flex;
    margin-left: 5px;
    flex-direction: column;
    float: right;
    top: 5px;
}

.sort-icons .up,
.sort-icons .down {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 1px;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    opacity: 0.4;
}

.sort-icons .up {
    border-bottom: 5px solid #fff;
}

.sort-icons .down {
    border-top: 5px solid #fff;
}

.sortable.sorted-asc .up {
    opacity: 1;
}

.sortable.sorted-desc .down {
    opacity: 1;
}

.status-main {
    font-weight: bold;
    color: #0033a0;
}

.activity-log-tab {
    background-color: #f6f8fc;
    border-radius: 20px;
}

.styled-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.8;
}

.styled-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.styled-list .circle-icon {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    opacity: 1;
    width: 18px;
    height: 18px;
    pointer-events: visible;
    cursor: pointer;
}

.form-check-label {
    margin-top: 2px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.select-all,
.deselect-all {
    display: inline-block;
    color: #0033A0;
    font-weight: 600;
    cursor: pointer;
}

.email-feedback-content {
    border-radius: 10px !important;;
}
