main {
    padding: 30px;
    padding-left: 290px;
    padding-top: 85px;
  }
  main h2 {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 600;
  }
  main h2 span {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600;
    color: #959faf;
  }
  main .content-title {
    display: flex;
  }
  main .content-title h2 {
    flex: 1;
  }
  main .content-title .btn {
    height: 36px;
  }
  main .content-title .title {
    flex: 1;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
  }
  main .content-title .title .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #2fc090;
    color: #fff;
    width: 52px;
    height: 42px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    margin-right: 15px;
  }
  main .content-title .title .icon.alt {
    background-color: #a0a6b8;
  }
  main .content-title .title .icon svg {
    fill: #fff;
  }
  main .content-title .title h2 {
    padding: 0 0 3px 0;
  }
  main .content-title .title p {
    margin: 0;
    font-size: 14px;
    color: #a7aec4;
    font-weight: 500;
  }
  main .msg {
    display: flex;
    align-items: center;
    margin: 15px 0 0 0;
    padding: 15px;
    font-weight: 500;
    box-shadow: 0px 0px 2px 0px rgba(45, 54, 68, 0.1);
  }
  main .msg p {
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    flex: 1;
  }
  main .msg .close {
    justify-content: flex-end;
    cursor: pointer;
  }
  main .msg .close:hover {
    opacity: 0.8;
  }
  main .msg.success {
    background-color: #C3F3D7;
    border-left: 4px solid #51a775;
    color: #51a775;
  }
  main .msg.success svg {
    fill: #51a775;
  }
  main .msg.error {
    background-color: #f3c3c3;
    border-left: 4px solid #a75151;
    color: #a75151;
  }
  main .msg.error svg {
    fill: #a75151;
  }
  main .filter-list {
    display: flex;
    flex-flow: wrap;
  }
  main .filter-list .filter {
    display: inline-flex;
    align-items: center;
    background-color: #dee0e9;
    border-radius: 50px;
    padding: 3px 12px;
    margin: 20px 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #555f6f;
  }
  main .filter-list .filter a {
    text-decoration: none;
    margin-right: 10px;
  }
  main .filter-list .filter a svg {
    fill: #959faf;
  }
  main .filter-list .filter a:hover svg {
    fill: #555f6f;
  }
  main .content-header {
    display: flex;
    justify-content: space-between;
  }
  main .content-header form {
    display: flex;
    justify-content: space-between;
  }
  main .content-header form .search input, main .content-header form > select {
    background-color: transparent;
    outline: none;
    border: none;
    height: 40px;
    width: 220px;
    border-bottom: 1px solid #d4d8e3;
    padding-right: 25px;
    margin-left: 10px;
  }
  main .content-header form .search input:hover, main .content-header form .search input:active, main .content-header form > select:hover, main .content-header form > select:active {
    border-bottom: 1px solid #b6bcce;
  }
  main .content-header form .search input::placeholder, main .content-header form > select::placeholder {
    color: #a7aec4;
  }
  main .content-header form > select {
    width: 150px;
  }
  main .content-header form > a {
    text-decoration: none;
    display: inline-flex;
    color: #5e6a8d;
    justify-self: center;
    align-items: center;
    padding: 0 5px;
  }
  main .content-header form > a:hover {
    color: #4a536e;
  }
  main .content-header .search label {
    position: relative;
  }
  main .content-header .search svg {
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    fill: #b6bcce;
  }
  main .content-header .filters {
    display: flex;
    position: relative;
    margin-right: 5px;
    margin-bottom: 3px;
    align-items: center;
  }
  main .content-header .filters a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #4a5361;
    white-space: nowrap;
    padding: 7px 10px;
    border-radius: 5px;
  }
  main .content-header .filters a svg {
    fill: #4a5361;
    margin-right: 5px;
  }
  main .content-header .filters a:hover {
    background-color: #e7e9ef;
    color: #343a44;
  }
  main .content-header .filters .list {
    display: none;
    top: calc(100% + 5px);
    width: 180px;
    flex-flow: column;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px rgba(45, 54, 68, 0.12);
  }
  main .content-header .filters .list label {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
  }
  main .content-header .filters .list input {
    margin-right: 10px;
  }
  main .content-header .filters .list select {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #e4e6ed;
  }
  main .content-header .filters .list button {
    background: #3d7dca;
    border: 0;
    color: #FFFFFF;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0 5px 0;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.03);
  }
  main .content-header .filters .list button:hover {
    background: #3575c3;
  }

  main .content-block {
    padding: 5px;
  }
  main .content-block .block-header {
    padding-top: 10px;
  }

  main .content-block {
    background-color: #fff;
    margin-top: 25px;
    padding: 15px;
    box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.05);
    overflow: hidden;
  }
  main .content-block .block-header {
    position: relative;
    border-bottom: 1px solid #f9fafb;
    margin-bottom: 20px;
    padding: 0 15px 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    font-weight: 500;
  }
  main .content-block .block-header i {
    display: inline-flex;
    height: 25px;
    width: 25px;
    padding-top: 2px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #d5e7fa;
    color: #6e94ba;
    margin-right: 10px;
  }
  main .content-block.cover {
    height: calc(100vh - 200px);
  }
  main .content-block-wrapper {
    display: flex;
    width: 100%;
    padding-top: 25px;
  }
  main .content-block-wrapper .content-block {
    width: 100%;
    margin: 0 10px;
  }
  main .content-block-wrapper .content-block:first-child {
    margin-left: 0;
  }
  main .content-block-wrapper .content-block:last-child {
    margin-right: 0;
  }
  main .tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #e4e6ed;
    margin-top: 25px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.03);
    z-index: 100;
  }
  main .tabs a {
    display: flex;
    text-decoration: none;
    padding: 12px 15px;
    border: 0;
    color: #6b788c;
    font-weight: 500;
    font-size: 14px;
  }
  main .tabs a:hover {
    background-color: #dee0e9;
  }
  main .tabs a.active {
    color: #4a5361;
    background-color: #fff;
  }
  main .tabs ~ .content-block {
    margin-top: 0;
    box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.03);
  }
  main .tab-content {
    display: none;
  }
  main .tab-content.active {
    display: block;
  }
  main .dashboard {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  main .dashboard .stat {
    width: 24%;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    border-left: 4px solid #2d8eee;
  }
  main .dashboard .stat > .icon {
    display: inline-flex;
    justify-content: center;
    padding: 15px;
    margin: 30px 25px 0 0;
    align-items: center;
    font-size: 18px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #d6eaff;
    color: #8eb3d8;
  }
  main .dashboard .stat > .icon svg {
    fill: #8eb3d8;
  }
  main .dashboard .stat .data {
    padding: 7px;
    flex: 1;
  }
  main .dashboard .stat .data h3 {
    color: #9298a0;
    color: #2d8eee;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px 0 15px;
  }
  main .dashboard .stat .data h3 span {
    font-size: 12px;
    font-weight: 500;
    color: #97a0ba;
    background-color: #eaecf1;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
    white-space: nowrap;
  }
  main .dashboard .stat .data p {
    margin: 0;
    padding: 10px 15px 15px 15px;
    font-size: 24px;
    font-weight: 700;
    color: #6b788c;
  }
  main .dashboard .stat .footer {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #f0f1f5;
    background-color: #fcfcfd;
    color: #929294;
    font-size: 14px;
    padding: 10px;
  }
  main .dashboard .stat .footer svg {
    fill: #929294;
    margin-right: 5px;
  }
  main .dashboard .stat.green {
    border-left: 4px solid #1ecc8c;
  }
  main .dashboard .stat.green .data h3 {
    color: #1ecc8c;
  }
  main .dashboard .stat.green > .icon {
    background-color: #d5f7e3;
  }
  main .dashboard .stat.green > .icon svg {
    fill: #60c99d;
  }
  main .dashboard .stat.cyan {
    border-left: 4px solid #1eccc3;
  }
  main .dashboard .stat.cyan .data h3 {
    color: #1eccc3;
  }
  main .dashboard .stat.cyan > .icon {
    background-color: #d1f1f0;
  }
  main .dashboard .stat.cyan > .icon svg {
    fill: #68c7c5;
  }
  main .dashboard .stat.red {
    border-left: 4px solid #e98484;
  }
  main .dashboard .stat.red .data h3 {
    color: #e98484;
  }
  main .dashboard .stat.red > .icon {
    background-color: #f7e2e2;
  }
  main .dashboard .stat.red > .icon svg {
    fill: #df8787;
  }
  main .form {
    display: flex;
    flex-flow: column;
    width: 500px;
    padding: 20px;
  }
  main .form input[type=text], main .form input[type=password], main .form input[type=datetime-local], main .form input[type=email], main .form input[type=number], main .form input[type=file], main .form textarea, main .form select {
    width: 100%;
    padding: 15px 5px;
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px solid #e4e6ed;
  }
  main .form input[type=text]:hover, main .form input[type=text]:active, main .form input[type=password]:hover, main .form input[type=password]:active, main .form input[type=datetime-local]:hover, main .form input[type=datetime-local]:active, main .form input[type=email]:hover, main .form input[type=email]:active, main .form input[type=number]:hover, main .form input[type=number]:active, main .form input[type=file]:hover, main .form input[type=file]:active, main .form textarea:hover, main .form textarea:active, main .form select:hover, main .form select:active {
    border-bottom: 1px solid #b6bcce;
  }
  main .form input[type=text]::placeholder, main .form input[type=password]::placeholder, main .form input[type=datetime-local]::placeholder, main .form input[type=email]::placeholder, main .form input[type=number]::placeholder, main .form input[type=file]::placeholder, main .form textarea::placeholder, main .form select::placeholder {
    color: #959595;
  }
  main .form textarea {
    height: 200px;
  }
  main .form textarea.code-editor {
    margin: 15px 0;
    height: 400px;
    font-family: monospace;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: auto;
    tab-size: 4;
    border: 1px solid #f0f1f5;
  }
  main .form input[type=checkbox] {
    width: auto;
    margin: 15px 0 25px 2px;
    transform: scale(1.2);
  }
  main .form label {
    position: relative;
    display: block;
    font-weight: 600;
  }
  main .form label .required {
    font-style: normal;
    color: #e26060;
  }
  main .form label input[type=text] {
    padding-right: 30px;
  }
  main .form label i {
    position: absolute;
    right: 4px;
    top: 20px;
    bottom: 0;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
    color: #b6bcce;
  }
  main .form button {
    background-color: #e4e6ed;
    color: #5e6a8d;
    border: 0;
    padding: 5px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
  }
  main .form button:hover {
    background-color: #dbdee7;
  }
  main .form .comment {
    font-size: 14px;
    color: #888888;
    padding: 10px 0 5px;
    margin: 0;
  }
  main .form .hidden {
    display: none;
  }
  main .form .source ul {
    margin: 0;
    padding: 0 15px 15px 20px;
    font-size: 14px;
    color: #6f6f6f;
  }
  main .form .source ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
  main .form .source ul li strong {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 5px 0;
    color: #555555;
  }
  main .form .source ul li em {
    font-size: 14px;
  }
  main .form .multiselect {
    position: relative;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #e4e6ed;
    padding-bottom: 10px;
    margin: 15px 0 25px 0;
    margin-bottom: 25px;
  }
  main .form .multiselect > .item {
    display: inline-flex;
    border: 1px solid #e4e6ed;
    padding: 0 10px;
    height: 40px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    justify-content: center;
    align-items: center;
  }
  main .form .multiselect > .item .remove {
    font-style: normal;
    cursor: pointer;
    font-size: 19px;
    margin-right: 3px;
    margin-top: -2px;
    color: #b6bcce;
  }
  main .form .multiselect > .item .remove:hover {
    color: #97a0ba;
  }
  main .form .multiselect input {
    height: 40px;
    width: 80px;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
  }
  main .form .multiselect input:hover {
    border: 0;
  }
  main .form .multiselect .list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    flex-flow: column;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    max-height: 100px;
    overflow-y: auto;
    z-index: 1000000000;
  }
  main .form .multiselect .list span {
    display: flex;
    padding: 5px 7px;
    cursor: pointer;
  }
  main .form .multiselect .list span:hover {
    background-color: #fcfcfd;
  }
  main .form .multiselect:hover, main .form .multiselect:active {
    border-bottom: 1px solid #b6bcce;
  }
  main .form.size-md {
    max-width: 800px;
    width: 100%;
  }
  main .form.size-full {
    max-width: 100%;
    width: 100%;
  }
  main .top-nav {
    display: flex;
    flex-flow: wrap;
    padding-top: 20px;
  }
  main .error {
    padding: 15px;
    margin: 0;
  }
  main .pagination {
    display: flex;
    align-items: center;
    padding: 25px 0;
  }
  main .pagination a {
    display: inline-flex;
    text-decoration: none;
    background-color: #7688a0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    padding: 7px 10px;
    box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.1);
  }
  main .pagination a:hover {
    background-color: #6d809a;
  }
  main .pagination a:first-child {
    margin-right: 12px;
  }
  main .pagination a:last-child {
    margin-left: 12px;
  }
  main .pagination span {
    font-weight: 600;
  }

.table {
    overflow-x: auto;
    padding: 0 10px;
  }
  .table table {
    width: 100%;
    border-collapse: collapse;
  }
  .table table thead td {
    color: #9298a0;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
  }
  .table table thead td a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
  }
  .table table thead td svg {
    fill: #9298a0;
    margin-left: 5px;
  }
  .table table thead td:has(svg) {
    color: #4a5361;
    border-bottom: 1px solid #cfcfd2;
  }
  .table table thead td:has(svg) svg {
    fill: #4a5361;
  }

  .table thead {
    border-bottom: 2px solid #f1f2f5;
}
  .table table thead tr {
    border-bottom: 1px solid #f1f2f5;
  }
  .table table tbody tr:first-child td {
    padding-top: 10px;
  }
  .table table tbody td {
    padding: 8px 6px;
    text-align: left;
  }
  .table table tbody td .green, .table table tbody td .red, .table table tbody td .grey, .table table tbody td .orange {
    font-weight: 600;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 15px;
    text-transform: capitalize;
    white-space: nowrap;
    background-color: #e8ebec;
    color: #8e9499;
  }
  .table table tbody td .green {
    background-color: #b8f7d5;
    color: #34aa6b;
  }
  .table table tbody td .red {
    background-color: #f7caca;
    color: #b64343;
  }
  .table table tbody td .orange {
    background-color: #f8eac2;
    color: #dea200;
  }
  .table table tbody td.no-results {
    text-align: center;
    color: #aaabad;
    line-height: 30px;
  }
  .table table tbody td.actions {
    padding: 0;
  }
  .table table tbody td.actions .table-dropdown {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  .table table tbody td.actions .table-dropdown > svg {
    fill: #c5cad8;
  }
  .table table tbody td.actions .table-dropdown:hover, .table table tbody td.actions .table-dropdown:active {
    background-color: #f6f7f9;
  }
  .table table tbody td.actions .table-dropdown:hover > svg, .table table tbody td.actions .table-dropdown:active > svg {
    fill: #97a0ba;
  }
  .table table tbody .img {
    width: 40px;
    padding: 5px 10px 5px 0;
  }
  .table table tbody .img .profile-img {
    position: relative;
    padding: 0;
  }
  .table table tbody .img .profile-img span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }
  .table table tbody .img .profile-img span,
  .table table tbody .img .profile-img img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
  }
  .table table tbody .img .profile-img i {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .table table tbody .img .profile-img i.online {
    background-color: #4ab46d;
  }
  .table table tbody .img .profile-img i.offline {
    background-color: #c2c5c9;
  }
  .table table tbody .alt {
    font-size: 14px;
    color: #959595;
  }

  .table-dropdown-items {
    display: none;
    flex-flow: column;
    position: absolute;
    z-index: 99999;
    top: 100%;
    right: 0;
    width: 150px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px rgba(45, 54, 68, 0.15);
  }
  .table-dropdown-items a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #4a5361;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f6f7f9;
  }
  .table-dropdown-items a .icon {
    width: 20px;
  }
  .table-dropdown-items a .icon svg {
    fill: #4a5361;
  }
  .table-dropdown-items a.red {
    color: #dd4d4d;
  }
  .table-dropdown-items a.red .icon svg {
    fill: #dd4d4d;
  }
  .table-dropdown-items a.green {
    color: #34aa6b;
  }
  .table-dropdown-items a.green .icon svg {
    fill: #34aa6b;
  }
  .table-dropdown-items a:hover, .table-dropdown-items a:active {
    background-color: #fbfbfb;
  }
  .table-dropdown-items a:last-child {
    border-bottom: 0;
  }
  .table-dropdown-items.show {
    display: flex;
  }

  .link1 {
    text-decoration: none;
    color: #0060ba;
    border-bottom: 1px dotted;
    margin: 0 5px 0 0;
  }
  .link1:hover {
    color: #003260;
  }


 /* NEW */
  .pagination a {
    display: inline-flex;
    text-decoration: none;
    background-color: #7688a0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    padding: 7px 10px;
    box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.1);
  }

.section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.content {
  flex-grow: 1; /* Allow content to grow and fill available space */
}

img {
  max-width: 100px; /* Adjust width as needed */
  margin-right: 20px; /* Add spacing between image and content */
}