
.s-header {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    background: white;
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-page {
    margin-left: -20px;

    font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: rgb(148, 163, 184);
}

.s-page a {
    text-decoration: none;
    color: #4f46e5;
}

@keyframes s-pulse {
    0% {
      transform: scale(1);
      opacity: 0.7;
    }
    50% {
      transform: scale(1.2);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0.7;
    }
}

.s-notification-icon svg {
    height: 24px;
    width: 24px;
}
.s-notification-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.s-notification-icon svg {
    stroke: rgb(148, 163, 184);
}

.s-notification-icon:hover svg {
    stroke: #4f46e5;
}

.s-page h1 {
    color: #1e293b;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.s-description {
    font-size: 14px;
    font-weight: 500;
    color: rgb(100, 116, 139);
    margin: 0;
}

.s-content {
    padding: 10px 20px;
}

.s-menu li a {
    color: rgba(0, 0, 0, .6);
}

.s-menu li a:hover {
    color: #4f46e5;
}

.s-header-right {
    flex: 1;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding-left: 30px;
}

.s-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.s-menu li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-menu li a {
    font-weight: 500;
    font-size: 14px;
    padding: 0 20px;
    min-height: 70px;
    margin: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
}

.s-menu li a:focus,
.s-menu li a:hover {
    outline: none;
    box-shadow: none;
}

.s-menu .active a {
    color: #4f46e5;
    border-color: #4f46e5;
}

.s-flex {
    display: flex;
    align-items: center;
}

.s-card {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    background: white;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.s-card--heading {
    font-size: 16px;
    color: rgb(30, 41, 59);
    font-weight: 500;
    margin-bottom: 12px;
    padding-right: 60px;
}

.s-card--description {
    color: rgb(100, 116, 139);
}

.s-view-all a {
    /* background: rgb(226, 232, 240); */
    align-items: center;
    /* color: rgb(100, 116, 139); */
    /* padding: 2px 13px; */
    display: inline-flex;
    /* border-radius: 50px; */
}

.s-view-all svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}
.s-card--actions a {
    display: flex;
    color: gray;
}

.s-card--actions svg {
    max-width: 20px;
    margin-right: 5px;
}

.s-card--actions a:hover {
    color: #4f46e5;
}

.s-card--actions .s-btn:hover {
    color: #fff;
}

.s-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.s-col.s-col--3 {
    width: calc( 33.33% - 10px );
}

.s-plugins .s-card {
    position: relative;
}

.s-active-links {
    display: flex;
    gap: 10px;
}

.s-active-links a {
    color: #4f46e5;
}

.s-plugins .s-card--badge {
    position: absolute;
    right: 30px;
}
.s-card--heading-with-image {
    display: flex;
    padding-right: 60px;
}

.s-card--heading-with-image img {
    max-width: 60px;
    height: auto;
    margin: 0 10px 10px 0;
}
.s-card--badge {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(22, 101, 52);
    padding: 2px 10px;
    background: rgb(187, 247, 208);
    border-radius: 50px;
    display: inline-block;
}

.s-card--badge.s-card--badge--paid {
    color: rgb(30, 64, 175);
    background: rgb(219, 234, 254);
}

.s-card--badge.s-card--badge__woocommerce {
    color: rgb(61 20 114);
    background: rgb(128 69 204 / 23%);
}

.s-page .s-btn {
    background: #4f46e5;
    color: white;
    padding: 4px 15px;
    border-radius: 30px;
}

.s-card--actions li {
    margin: 0;
    padding: 0;
}

.s-card--actions {
    margin: 15px 0 0 0;
    gap: 10px;
    min-height: 26px;
}

.s-doc-list {
    margin: 0;
}

.s-view-all {
    margin: 0;
}

.s-hidden {
    display: none;
}

.s-active {

}