.acanimations-admin .full-width-title {
    font-size: 28px;
    padding-bottom: 15px;
}
/*sometimes the notification is attached right after Heading, so better put animated title below.*/

.acanimations-admin .admin-title {
    background: radial-gradient(farthest-corner at top, #FFFFFF 0%, #ffd78f 4%, #ffaf00 12.25%, #644a00 31.25%, #1d2327 50%) top right/200% 200%;
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding: 20px;
    margin-top: 20px;
    animation: acColorChange 7s 0.5s infinite alternate;
}
.acanimations-admin .admin-title .settings-error,.acanimations-admin .admin-title .updated {
    color: rgb(68, 68, 68);
    background: #fff;
}
@keyframes acColorChange {
    to {
        background-position:top left;
    }
}

.acanimations-admin .subtitle {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}

.acanimations-container {
    display: flex;
    font-size: 14px;
}

.acanimations-sidebar {
    width: 200px;
    background: #efefef;
    padding: 15px 0;
    border: 1px solid #ddd;
    height: fit-content;
    font-size: 16px;
    border-right: 1px solid #c0c0c0;
}

.acanimations-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.acanimations-sidebar li {
    margin: 0;
}

.acanimations-sidebar a {
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    display: block;
    border-left: 2px transparent solid;
}

.acanimations-sidebar a.active {
    color: #23282d;
    background: #fff;
    border-left-color: #ffaf00;
}

.acanimations-content {
    flex: 1;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

.acanimations-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.acanimations-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.acanimations-content textarea.acanimations-elements {
    width: 100%;
}
.acanimations-content .check-all {
    margin-top: 10px;
}
.acanimations-content .description {
    color: #9d9d9d;
    padding-top: 10px;
}
.acanimations-content .success {
    color: #0ca789;
}
.acanimations-content label {
    padding: 5px 0;
    display: block;
}

.form-table th {
    width: 200px;
    text-align: left;
}

.acanimations-why {
    display: flex;
    gap: 10px;
}
.acanimations-why h4 {
    text-transform: uppercase;
    color: #636363;
}

.acanimations-license-container {
    display: flex;
    gap: 20px;
    margin-left: 20px;
}

.acanimations-license-card {
    background: linear-gradient(45deg, #ffd984, transparent);
    width: 250px;
    padding: 15px;
    box-shadow: 0 0 4px #7b7b7b;
    transition: 0.5s all;
}
.acanimations-license-card:hover {
    transform: scale(1.1);
}

.acanimations-license-card.acanimations-license-trial {
    background: linear-gradient(45deg, #dcdcdc, transparent);
}
.acanimations-license-card.acanimations-license-offer {
    background: linear-gradient(45deg, #434343 60%, #ff8e23);
    color: #fff;
    padding-top: 30px;
    position: relative;
}
.acanimations-license-card li, .acanimations-license-card .acanimations-title {
    font-size: 16px;
}
.acanimations-license-card .acanimations-title {
    text-align: center;
    padding: 10px 0;
    display: block;
}
.acanimations-license-card strong.badge {
    background: #000;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
}

.acanimations-license-card a {
    display: block;
    background: #434343;
    padding: 12px;
    text-align: center;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s all;
    border: 1px solid #fff;
}

.acanimations-license-card a:hover {
    background: #d28d00;
}
