:root {
    --blue-color: #0075ff;
    --blue-alt-color: #0d69d5;
    --orange-color: #f59e0b;
    --green-color: #22c55e;
    --red-color: #f44336;
    --grey-color: #888;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
body {
    margin: 0;
    font-family: "Open Sans";
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background-color: white;
}
::-webkit-scrollbar-thumb {
    background-color: var(--blue-color);
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--blue-alt-color);
}
.page {
    min-height: 100vh;
    background-color: #f1f5f9;
}
/* Start Sidebar */
.sidebar {
    width: 250px;
    box-shadow: 0 0 10px #ddd;
}
.sidebar > h3 {
    margin-bottom: 50px;
}
.sidebar > h3::before,
.sidebar > h3::after {
    content: "";
    background-color: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);  
}
.sidebar > h3::before {
    width: 80px;
    height: 2px;
    bottom: -20px;  
}
.sidebar > h3::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: -29px;
    border: 4px solid white;
}
.sidebar ul li a {
    transition: 0.3s;
    margin-bottom: 5px;
}
.sidebar ul li a:hover,
.sidebar ul li a.active {
    background-color: #f6f6f6;
}
.sidebar ul li a span {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .sidebar  {
       width: 62px;
       padding: 10px;
    }
    .sidebar > h3 {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .sidebar > h3::before,
    .sidebar > h3::after {
        display: none;
    }
    .sidebar ul li a span {
        display: none;
    }
}
/* End Sidebar */
/* Start Content  */
.content {
    overflow: hidden;
}
.content .search::before {
    font-family: var(--fa-style-family-classic);
    content: "\f002";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 14px;
    color: var(--grey-color);
}
.content .search input {
    margin-left: 5px;
    padding-left: 30px;
    width: 160px;
    transition: width 0.3s;
}
.content .search input:focus {
    width: 200px;
}
.content .search input:focus::placeholder {
    opacity: 0;
}
.head .icons .notification::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--red-color);
    top: -5px;
    right: -5px;
}
.head .icons img {
    width: 35px;
    height: 35px;
    margin-left: 15px;
}
.page h1 {
    margin: 20px 20px 40px;
}
.page h1::before {
    content: "";
    width: 120px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-image: linear-gradient(to right, black 35%, white 35%);
}
.wrapper {
    grid-template-columns: repeat(auto-fill,minmax(450px,1fr));
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .wrapper {
        grid-template-columns: minmax(200px,1fr);
        margin-left: 10px;
        margin-right: 10px;
        gap: 10px
    }
}
/* End Content  */
/* start Welcome */
.welcome {
    overflow: hidden;
}
.welcome .intro img {
    width: 200px;
    margin-bottom: -10px;
}
.welcome .body {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.welcome .avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 5px #ddd ;
    margin-left: 20px;
    margin-top: -32px;
} 
.welcome .body > div {
    flex: 1;
}
.welcome .visit {
    margin: 0 15px 15px auto; 
    transition: 0.3s; 
}
.welcome .visit:hover {
    background-color: var(--blue-alt-color);
}
@media (max-width: 767px) {
    .welcome .intro {
        padding-bottom: 30px;
    }
    .welcome .avatar {
        margin-left: 0;
    }
    .welcome .body > div:not(:last-child) {
        margin-bottom: 30px;
    }
}
/* End Welcome */
/* Start Quick Darft */
.quick-draft textarea {
    height: 160px;
    resize: none;
}
.quick-draft .save {
    margin: 0 15px 15px auto; 
    transition: 0.3s; 
    cursor: pointer;
}
.quick-draft .save:hover {
    background-color: var(--blue-alt-color);
}
/* End Quick Darft */
/* Start Targets */
.box .icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.blue .icon,
.blue .progress {
    background-color: rgb(0 117 255 / 20%);
}
.orange .icon,
.orange .progress {
    background-color: rgb(245 158 11 / 20%);
}
.green .icon,
.green .progress {
    background-color: rgb(34 197 94 / 20%);
}
.box .details {
    flex: 1;
}
.box .details .progress {
    height: 2px;
}
.box .details .progress > span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box .details .progress > span span {
    display: block;
    width: fit-content;
    position: absolute;
    bottom: 16px;
    right: -16px;
    color: white;
    border-radius: 6px;
    padding: 2px 5px;
    font-size: 12px;
}
.box .details .progress > span span::before {
    content: "";
    border-width: 5px;
    border-style: solid;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.box .details .progress > .blue span::before {
    border-color: var(--blue-color) transparent transparent transparent;
}
.box .details .progress > .orange span::before {
    border-color: var(--orange-color) transparent transparent transparent;
}
.box .details .progress > .green span::before {
    border-color: var(--green-color) transparent transparent transparent;
}
/* End Targets */
/* Start Tickets */
.tickets .box {
    width: calc(50% - 10px);
    border: 1px solid #ccc;
}
@media (max-width: 767px) {
    .tickets .box {
        width: 100%;
    }
}
/* End Tickets */
/* Start Latest News */
.news .news-row:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news-row img {
    width: 100px;
    border-radius: 6px;
    margin-right: 15px;
}
.news-row .info {
    flex-grow: 1 ;
}
.news-row .info h3 {
    margin: 0 0 8px ;
    font-size: 16px;
}
@media (max-width: 767px) {
    .news-row  {
        flex-direction: column;
    }
    .news-row .info {
        margin: 20px 0;
    }
}
/* End Latest News */
/* Start Tasks  */
.tasks .tasks-row:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.tasks .text {
    flex-grow: 1;
}
.tasks .done {
    opacity: 0.3;
}
.tasks .done h3,
.tasks .done p {
    text-decoration: line-through;
}
.tasks .delete {
    cursor: pointer;
    transition: 0.3s;
}
.tasks .delete:hover {
    color: var(--red-color);
}
/* End Tasks  */
/* Start Latest Uploads */
.uploads img {
    width: 40px;
    height: 40px;
}
.uploads ul li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
/* End Latest Uploads */
/* Start Last Project Progress */
.project-progress ul::before {
    content: "";
    position: absolute;
    left: 11px;
    width: 2px;
    height: 100%;
    background-color: var(--blue-color);
    
}
.project-progress ul li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid white;
    outline: 2px solid var(--blue-color);
    border-radius: 50%;
    margin-right: 15px;
    z-index: 1;
}
.project-progress ul li.done::before {
    background-color: var(--blue-color);
}
.project-progress ul li.current::before {
    animation: change-color 0.8s infinite alternate;
}
.project-progress .launch-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    opacity: 0.1;
}
/* End Last Project Progress */
/* Start Reminders */
.reminder ul li .key {
    width: 15px;
    height: 15px;
}
.reminder ul li > .blue {
    border-left: 2px solid var(--blue-color);
}
.reminder ul li > .orange {
    border-left: 2px solid var(--orange-color);
}
.reminder ul li > .green {
    border-left: 2px solid var(--green-color);
}
.reminder ul li > .red {
    border-left: 2px solid var(--red-color);
}
/* End Reminders */
/* Start Latest post */
.post .head {
    border-bottom: 1px solid #eee;
}
.post .avatar {
    width: 60px;
    height: 60px;
}
.post .post-content {
    padding-top: 5px;
    text-transform: capitalize;
    line-height: 1.8;
    border-bottom: 1px solid #eee;
    min-height: 140px;
}
/* End Latest post */
/* Start Socail Media */
.socail .box {
    padding-left: 70px;
}
.socail .box i {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    transition: 0.3s;
    color: white;
}
.socail .box i:hover {
    transform: rotate(6deg);
}
.socail .facebook {
    background-color: rgb(24 119 242 / 20%);
    color: #1877f2;
}
.socail .facebook i,
.socail .facebook a {
    background-color: #1877f2;
}
.socail .twitter {
    background-color: rgb(20 23 26 / 20%);
    color: #14171a;
}
.socail .twitter i,
.socail .twitter a {
    background-color: #14171a;
}
.socail .youtube {
    background-color: rgb(255 0 0 / 20%);
    color: #ff0000;
}
.socail .youtube i,
.socail .youtube a {
    background-color: #ff0000;
}
.socail .Linkedin {
    background-color: rgb(10 102 194 / 20%);
    color: #0a66c2;
}
.socail .Linkedin i,
.socail .Linkedin a {
    background-color: #0a66c2;
}
/* End Socail Media */
/* Start Projects Table */
.projects .responsiv-table {
    overflow-x: auto;
}
.responsiv-table table {
    min-width: 1000px;
    border-spacing: 0;
}
.projects thead td {
    font-weight: bold;
    background-color: #eee;
}
.projects table td {
    padding: 15px;   
}
.projects tbody td {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    transition: 0.3s;
}
.projects tbody tr td:last-child {
    border-right: 1px solid #eee;
}
.projects tbody tr:hover td {
    background-color: #faf7f7;
    
}
.projects table img {
    width: 32px;
    height: 32px;
    padding: 2px;
    background-color: white;
    border-radius: 50%;
}
.projects table img:not(:first-child) {
    margin-left: -20px;
}
/* End Projects Table */
/* Start Settings */
.settings-page {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
@media (max-width: 767px) {
    .settings-page {
        grid-template-columns: minmax(100px, 1fr);
        gap: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
}
.settings-page :disabled {
    cursor: no-drop;
    background-color: #f0f4f8;
    color: #bbb;
}
.settings-page .message {
    resize: none;
    height: 150px;
    border-color: #ccc;   
}
.general-info input[type="email"] {
    display: inline-flex;
    width: calc(100% - 80px);
    cursor: no-drop;
}
.security-info .security-row {
    padding-bottom: 15px;
}
.security-info .security-row:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.security-info .security-row .button {
    transition: 0.3s;
}
.security-info .security-row .button:hover {
    background-color: var(--blue-alt-color);
}
.social-info > div i {
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 6px 0 0 6px;
    transition: 0.3s;
}
.social-info > div input {
    height: 40px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 0 6px 6px 0;
}
.social-info > div:focus-within i {
    color: black;
}
.wedgets-control .control input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
}
.wedgets-control .control label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.wedgets-control .control label::before,
.wedgets-control .control label::after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.wedgets-control .control label::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid var(--grey-color);
}
.wedgets-control .control label:hover::before {
    border-color: var(--blue-alt-color);
}
.wedgets-control .control label::after {
    font-family: var(--fa-style-family-classic);
    content: "\f00c";
    font-weight: 900;
    background-color: var(--blue-color);
    color: white;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform: scale(0) rotate(360deg);
}
.wedgets-control .control input[type="checkbox"]:checked + label::after {
    transform: scale(1);
}
.backup-manager   input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
}
.backup-manager .date label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.backup-manager .date label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    border: 2px solid var(--grey-color);
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.backup-manager .date label::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--blue-color);
    top: 5px;
    left: 5px;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.3s;
}
.backup-manager .date  input[type="radio"]:checked + label::before {
    border-color: var(--blue-color);
}
.backup-manager .date  input[type="radio"]:checked + label::after {
    transform: scale(1);
}
.backup-manager .servers {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
@media (max-width: 767px) {
    .backup-manager .servers {
        flex-direction: column;
    }
}
.backup-manager .servers .server {
    border: 2px solid #eee;
    position: relative;
}
.backup-manager .servers .server label {
    cursor: pointer;
}
.backup-manager .servers input[type="radio"]:checked + .server {
    border-color: var(--blue-color);
    color: var(--blue-color);
}

.toggle-checkbox{
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
.toggle-switch {
    width: 78px;
    height: 32px;
    background-color: #ccc;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.toggle-switch::before {
    font-family: var(--fa-style-family-classic);
    content: "\f00d";
    font-weight: 900;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    transition: 0.3s;
}
.toggle-checkbox:checked + .toggle-switch {
    background-color: var(--blue-color);
}
.toggle-checkbox:checked + .toggle-switch::before {
    content: "\f00c";
    left: 50px;
    color: var(--blue-color);
}
/* End Settings */
/* Start Profile */
@media (max-width: 767px) {
    .profile-page .overview  {
        flex-direction: column;
    }
}
.overview .avatar-box {
    width: 300px;
}
@media (min-width: 768px) {
    .overview .avatar-box {
        border-right: 1px solid #eee;
    }
}
.overview .avatar-box > img {
    width: 120px;
    height: 120px;
}
.overview .avatar-box .level {
    position: relative;
    width: 70%;
    height: 6px;
    margin: auto;
    overflow: hidden;
}
.overview .avatar-box .level span {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--blue-color);
    border-radius: 6px;
}
.overview .info-box {
    flex-grow: 1;
}
.overview .info-box .box {
    flex-wrap: wrap;
    transition: 0.3s;
}
@media (max-width: 767px) {
    .overview .info-box .box {
        flex-direction: column;
    }
}
.overview .info-box .box:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.overview .info-box .box:hover {
    background-color: #f9f9f9;
}
.overview .info-box .box h4 {
    font-weight: normal;
}
.overview .info-box .box > div {
    padding: 10px 0 0;
}
@media (min-width: 768px) {
    .overview .info-box .box > div {
        min-width: 250px;
    }
}
.overview .info-box .box .toggle-switch {
    height: 20px;
    width: 80px;
}
.overview .info-box .box .toggle-switch::before {
    height: 12px;
    width: 12px;
    font-size: 8px;
}
.overview .info-box .box .toggle-checkbox:checked + .toggle-switch::before {
    left: 64px;
}
/* Start Other Data */
@media (max-width: 767px) {
    .profile-page .other-data {
        flex-direction: column;
    }
}
.other-data .skills-card {
    flex-grow: 1;
}
.other-data .skills-card ul li {
    padding-top: 15px;
    padding-bottom: 15px;
}
.other-data .skills-card ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.other-data .skills-card ul li span {
    background-color: #eee;
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 14px;
}
.other-data .skills-card ul li span:not(:last-child) {
    margin-right: 10px;
}
.other-data .activities {
    flex-grow: 2;
}
.other-data .activities .activity:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin: 15px 0;
}
@media (max-width: 767px) {
    .other-data .activities .activity {
        flex-direction: column;
    }
}
.other-data .activities .activity > img {
    width: 68px;
    height: 68px;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .other-data .activities .activity > img {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
.other-data .activities .activity .info {
    flex-grow: 2;
}
@media (max-width: 767px) {
    .other-data .activities .activity .info {
        margin: 15px 0;
    }
}
/* End Other Data */
/* End Profile */
/* Start Projects Page */
.projects-page {
    grid-template-columns: repeat(auto-fill,minmax(500px,1fr));
}
@media (max-width: 767px) {
    .projects-page {
        grid-template-columns: minmax(200px,1fr);
        margin-left: 10px;
        margin-right: 10px;
        gap: 10px;
    }
}
.projects-page .project span.date {
   position: absolute;
   right: 10px;
   top: 10px;
}
.projects-page .project .team {
    position: relative;
    min-height: 80px;
}
.projects-page .project .team a {
    position: absolute;
    left: 0;
    bottom: 0;
}
.projects-page .project .team a:nth-child(2) {
    left: 25px;
}
.projects-page .project .team a:nth-child(3) {
    left: 50px;
}
.projects-page .project .team a:nth-child(4) {
    left: 75px;
}
.projects-page .project .team a:nth-child(5) {
    left: 100px;
}
.projects-page .project .team a:hover {
    z-index: 100;
}
.projects-page .project .team img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
}
.projects-page .project .do {
    padding: 15px 0;
    margin: 15px 0;
    justify-content: flex-end;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
    .projects-page .project .do {
        flex-direction: column;
    }
}
.projects-page .project .do span:not(:last-child) {
    margin-right: 5px;
}
@media (max-width: 767px) {
    .projects-page .project .do span:not(:last-child) {
        margin-bottom: 15px;
    }
}
.projects-page .project .info .prog {
    width: 260px;
    height: 8px;
    border-radius: 6px;
}
@media (max-width: 767px) {
    .projects-page .project .info {
        flex-direction: column;
    }
    .projects-page .project .info .prog {
        margin-bottom: 15px;
    }
}
.projects-page .project .info .prog span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 6px;
}
/* End Projects Page */
/* Start Courses Page */
.courses-page {
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
}
@media (max-width: 767px) {
    .courses-page{
        margin-left: 10px;
        margin-right: 10px;
        gap: 10px;
    }
}
.courses-page .course {
    overflow: hidden;
}
.courses-page .course .cover {
    max-width: 100%;
}
.courses-page .course .overlay {
    position: relative;
    overflow: hidden;
}
.courses-page .course .overlay::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    background-color: grey;
    background-color: rgb(128 128 128 / 80%);
    transition: 0.5s;
}
.courses-page .course:hover .overlay::before {
    width: 100%;
}
.courses-page .course .instructor {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid white;
}
.courses-page .course .description {
    line-height: 1.6;
}
.courses-page .course .info {
    border-top: 1px solid #eee;
}
.courses-page .course .info .title {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}
/* End Courses Page */
/* Start Friends Page */
.friends-page {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
}
@media (max-width: 767px) {
    .friends-page{
        grid-template-columns: minmax(200px,1fr);
        margin-left: 10px;
        margin-right: 10px;
        gap: 10px;
    }
}
.friends-page .contact {
    position: absolute;
    left: 10px;
    top: 10px;
}
.friends-page .contact i {
    padding: 10px;
    color: var(--grey-color);
    border-radius: 50%;
    background-color: #f6f6f9;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.friends-page .contact i:hover {
    background-color: var(--blue-color);
    color: white;
}
.friends-page .friend .icons {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.friends-page .friend .icons i {
    margin-right: 5px;
}
.friends-page .friend .icons .vip {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    opacity: 0.2;
}
/* End Friends Page */
/* Start Files Page */
.files-page {
    flex-direction: row-reverse;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .files-page {
        flex-direction: column;
        align-items: normal;
    }
}
.files-page .file-stats {
    min-width: 260px;
}
.files-page .file-stats .icon {
    padding: 20px 15px;
    margin-right: 10px;
}
.files-page .file-stats .blue {
    background-color: rgb(0 117 255 / 20%);
}
.files-page .file-stats .green {
    background-color: rgb(34 197 94 / 30%);
}
.files-page .file-stats .red {
    background-color: rgb(244 67 54 / 20%);
}
.files-page .file-stats .orange {
    background-color: rgb(245 158 11 / 30%);
}
.files-page .file-stats .info {
    flex-grow: 1;
}
.files-page .file-stats .uploads {
    margin: 15px auto 0;
    padding: 10px 15px;
    transition: 0.3;
}
.files-page .file-stats .uploads:hover {
    background-color: var(--blue-alt-color);
}
.files-page .file-stats .uploads:hover i {
    animation: upload 0.8s linear infinite;
}
.files-page .files-content {
    flex: 1;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
}
.files-page .files-content img {
    width: 64px;
    height: 64px;
    transition: 0.3s;
}
.files-page .files-content .file:hover img {
    transform: rotate(5deg);
}
.files-page .files-content .info {
    border-top: 1px solid #eee;
}
/* End Files Page */
/* Start Plans Page  */
.plans-page {
    grid-template-columns: repeat(auto-fill,minmax(450px,1fr));
}
@media (max-width: 767px) {
    .plans-page {
        grid-template-columns: minmax(250px,1fr);
        margin-left: 10px;
        margin-right: 10px;
        gap: 10px;
    }
}
.plans-page .plan .top {
    border: 3px solid white;
    outline: 3px solid transparent;
}
.plans-page .plan.green .top {
    outline-color: var(--green-color);
}
.plans-page .plan.blue .top {
    outline-color: var(--blue-color);
}
.plans-page .plan.orange .top {
    outline-color: var(--orange-color);
}
.plans-page .plan .top .price  {
    font-size: 40px;
    width: fit-content;
    margin: auto;
}
.plans-page .plan .top .price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 25px;
} 

.plans-page .plan ul li {
    padding: 15px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.plans-page .plan ul li i.yes {
    color: var(--green-color);
}
.plans-page .plan ul li i:not(.yes, .help) {
    color: var(--red-color);
}
.plans-page .plan ul li i:first-child {
    font-size: 18px;
    margin-right: 5px;
}
.plans-page .plan ul li i.help {
    margin-left: auto;
    cursor: pointer;
}
/* End Plans Page  */








/* Start Animation */
@keyframes change-color {
    0% {
        background-color: white;
    }
    100% {
        background-color: var(--blue-color);
    }
}
@keyframes upload {
    0%,100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}
/* End Animation */