:root {
  --blue-color: #0075ff;
  --blue-alt-color: #0d69d5;
  --orange-color: #f59e0b;
  --green-color: #22c55e;
  --red-color: #f44336;
  --grey-color: #888;
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.page {
    min-height: 100vh;
    background-color: #f1f5f9;
}

ul {
    list-style: none;
    padding: 0px;
}

::-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);
}


 


/* Start Sidbar */
 .sidbar {
    width: 250px;
    box-shadow: 0 0 10px #ddd;
 }

 .sidbar > h3 {
    margin-bottom: 50px;
 }

 .sidbar > h3::before,
 .sidbar > h3::after {
    content: "";
    background-color: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
 }

 .sidbar > h3::before {
    bottom: -15px;
    width: 80px;
    height: 2px;

 }

 .sidbar > h3::after {
    bottom: -22px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 4px solid white;
 }

 .sidbar ul li a {
    transition: 0.3s;
    margin-bottom: 5px;
 }

  .sidbar ul li a:hover,
   .sidbar ul li a.active {
    background-color: #f6f6f6;
   }

  .sidbar ul li a span {
    font-size: 14px;
    padding-left: 10px;
 }

 @media (max-width: 767px) {
    .sidbar {
        width: 58px;
        padding: 10px;
    }

    .sidbar > h3 {
        font-size: 13px;
        margin-bottom: 0px;
    }

      .sidbar ul li a span {
        display: none;
      }

    .sidbar > h3::before,
    .sidbar > h3::after {
        display: none;
    }

 }
/* End Sidbar */

/* Start Header */ 

.content {
    overflow: hidden;
}

.head .search::before {
    font-family: var(--fa-style-family-classic);
    content: "\f002";
    font-weight: 900;
    position: absolute;
    font-size: 14px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--grey-color);
}

.head .search input {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-left: 5px;
    padding-left: 30px;
    font-size: 12px;
    width: 160px;
    transition: 0.3s;
}

.head .search input:focus {
    outline: #ddd;
    width: 200px;
}


.head .search input:focus::placeholder {
    color: transparent;
}

.head .icons .notificatoin i {
    font-size: 24px;
}

.head .icons .notificatoin::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--red-color);
    top: -5px;
    right: -4px;
}

.head .icons img {
    width: 32px;
    height: 32px;
    margin-left: 15px;
}

.page h1 {
    margin: 20px 20px 40px;
}

.page h1::before,
.page h1::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -10px;
}

.page h1::before {
    width: 120px;
    background-color: white;
}

.page h1::after {
    background-color: black;
    width: 40px;
}


.wrapper {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    margin: 0 20px;
}

@media (max-width: 767px ){
    .wrapper {
        grid-template-columns: minmax(200px, 1fr);
        margin: 0 10px;
    }
}

/* End Header */


/* Start Welcome */


.welcome .intro > img {
    width: 200px;
    margin-bottom: -10px;
}


.welcome .avatar {
    width: 64px;
    height: 64px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 0 5px #ddd;
    margin-left: 20px;
    margin-top: -32px;
}


.welcome .body {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.welcome .body > div {
    flex: 1;
}

.welcome .visit {
    margin: 0 15px 15px auto;
    transition: 0.3s;
} 

.welcome .visit:hover {
    background-color: var(--blue-alt-color);
}

/* End Welcome */

/* Start Quickdraft */

.quick-draft form textarea {
    resize: none;
    min-height: 180px;
}

.quick-draft .save {
    margin-left: auto;
    transition: 0.3s;
    cursor: pointer;
}

.quick-draft .save:hover {
    background-color: var(--blue-alt-color);
}

/* End Quickdraft */


/* Start Targets */

.targets .target-row .icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.targets .target-row .details {
    flex: 1;
}


.targets .target-row .details .prgress {
    height: 4px;
}


.targets .target-row .details .prgress > span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;

}

.targets .target-row .details .prgress > span span {
    position: absolute;
    bottom: 16px;
    right: -16px;
    color: white;
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 13px;
}

/* End Targets */

/* Start Statistics */




.statistics .box {
    width: calc(50% - 10px);
    border: 1px solid #ccc;
}

@media (max-width: 767px) {
    .statistics > div {
        flex-direction: column;
    }

    .statistics .box {
        width:  100%;
    }
}
/* End Statistics */

/* Start news */

.news .new-row:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}


.news .new-row > img {
    width: 100px;
    border-radius: 6px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .news .new-row {
        display: block;
    }

    .news .new-row .lable {
        margin: 10px auto;
        width: fit-content;
    }
}

.news .new-row .info {
    flex: 1;
}


/* End news */


/* Start tasks */


.tasks .task-row:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.tasks .task-row > i {
    transition: 0.3s;
    cursor: pointer;
}

.tasks .task-row > i:hover {
    color: var(--red-color);
}


.tasks .done .info {
    opacity: 0.5;
}

.tasks .done > i {
    opacity: 0.5;
}

.tasks .done .info h3,
.tasks .done .info p{
    text-decoration: line-through;
}


/* End tasks */


/* Start uploads */

.uploads .box > img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.uploads .box .info {
    flex: 1;
}


.uploads .box:not(:last-child) {
    border-bottom: 1px solid #eee;
}

/* End uploads */



/* Start lates-post */

.latest-post > .head  > img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.latest-post > .head .info {
    flex: 1;
}


.latest-post .body {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 2;
    text-transform: capitalize;
}

/* End lates-post */


/* Start Latest Prjoect */

.latest-project ul {
    position: relative;
}

.latest-project ul::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--blue-color);
    left: 1px;
    top: 0px;
}

.latest-project ul li {
    position: relative;
    padding-left: 30px;
}

.latest-project ul li::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: -10px;
    top: 0px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid white;
    outline: 2px solid var(--blue-color);

}

.latest-project ul li.done::before {
    content: "";
    background-color: var(--blue-color);
}

.latest-project ul li.current::before {
    animation: flash 0.5s infinite alternate;
}

@keyframes flash {
    form {
        background-color: white;
    }
    to {
        background-color: var(--blue-color);
    }
}

.latest-project>img {
    position: absolute;
    width: 200px;
    right: 0;
    bottom: 0px;
    opacity: 0.1;
}


/* End Latest Prjoect */

/* Start remainders */
/* End remainders */


.remainders .rem-row > span {
    width: 20px;
    height: 20px;
}

.remainders .rem-row .info {
    flex: 1;
    border-left: 2px solid transparent;
}


.remainders .m-blue > span {
    background-color: var(--blue-color);
}

.remainders .m-blue .info {
    border-color: var(--blue-color);
}

.remainders .m-green > span {
    background-color: var(--green-color);
}

.remainders .m-green .info {
    border-color: var(--green-color);
}

.remainders .m-orange > span {
    background-color: var(--orange-color);
}

.remainders .m-orange .info {
    border-color: var(--orange-color);
}

.remainders .m-red > span {
    background-color: var(--red-color);
}

.remainders .m-red .info {
    border-color: var(--red-color);
}


/* Start Social Media Stats */



.stats .box {
    padding-left: 70px;
}

.stats .box i {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats .box i:hover {
    transform: translateX(45deg);
}

.stats .box a {
    cursor: pointer;
}


.stats .twitter {
    background-color: rgb(29 161 242 / 20%);
    color: #1da1f2;
}
.stats .twitter  i,
.stats .twitter a  {
    background-color: #1da1f2;
}



.stats .facebook {
    background-color: rgb(24 119 242 / 20%);
    color: #1877f2;
}
.stats .facebook  i,
.stats .facebook a  {
    background-color: #1877f2;
}


.stats .youtube {
    background-color: rgb(255 0 0 / 20%);
    color: #ff0000;
}
.stats .youtube i,
.stats .youtube a  {
    background-color: #ff0000;
}


.stats .linkedin {
    background-color: rgb(0 119 181 / 20%);
    color: #0077b5;
}
.stats .linkedin i,
.stats .linkedin a  {
    background-color: #0077b5;
}

/* End Social Media Stats */

/* Start Projects */

.projects {
    overflow-x: auto;
}

.projects .responsive-table {
    min-width: 1000px;
}

.projects table {
    border-spacing: 0px;
}

.projects table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    font-size: 15px;
    transition: 0.3s;
}

.projects table tbody tr:hover td {
    background-color: #faf7f7;
}

.projects table .label {
    font-size: 15px;
}

.projects table td:last-child {
    border-right: 1px solid #eee;

}

.projects table thead td {
    font-weight: bold;
    background-color: #EEEEEE;
}


.projects table tbody img {
     width: 32px;
     height: 32px;
     border-radius: 50%;
     border: 2px solid white;
}

.projects table tbody img:not(:first-child) {
    margin-left: -20px;
}
/* End Projects */


/* Start Settings */

.toggle-checkbox {
    display: none;
}

.toggle-switch {
    position: relative;
    background-color: #ccc;
    height: 32px;
    width: 78px;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.toggle-switch::before {
    position: absolute;
    font-family: var(--fa-style-family-classic);
    content: "\f00d";
    font-weight: 900;
    background-color: white;
    color: #eee;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}


.toggle-checkbox:checked + .toggle-switch {
    background-color: var(--blue-color);

}

.toggle-checkbox:checked + .toggle-switch::before {
    left: 50px;
    content: "\f00c";
    color: var(--blue-color);
}


.settings-page {
    grid-template-columns: repeat(auto-fill, minmax(450px , 1fr));
    margin: 0 20px;
}

@media (max-width: 767px) {
    .settings-page {
        grid-template-columns: minmax(100px, 1fr);
        margin-left: 10px;
        margin-right: 10px;
        gap: 10px;
    }
}

/* Start Control */

.control textarea {
    border: 1px solid #ccc;
    resize: none;
    min-height: 150px;
}

/* End Control */

.general-info form input:disabled {
    cursor: no-drop;
    background-color: #f0f4f8;
    color: #bbb;
}

.general-info form .email {
    width: calc(100% - 80px);
}


/* Start Security */

.security .sec-row:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

/* End Security */


/* Start Social Info */

.social-info 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 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;
}

/* End Social Info */



.widget-control .control label {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    cursor: pointer;
}


.widget-control .control label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -9px;
    border-radius: 4px;
    width: 14px;
    height: 14px;
    border: 2px solid var(--grey-color);
}


.widget-control .control label::after {
    position: absolute;
    font-family: var(--fa-style-family-classic);
    content: "\f00c";
    font-weight: 900;
    background-color: var(--blue-color);
    color: white;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0) rotate(360deg);
    transition: 0.3s;
    top: 0px;
    left: 0px;
    border-radius: 4px;

} 


.widget-control .control input[type="checkbox"]:checked + label::after {
    transform: scale(1);
}



/* Start Backup */

.backup .date label {
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
}

.backup .date label::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--grey-color);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.backup .date label::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid white;
    background-color: var(--blue-color);
    border-radius: 50%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: 0.3s;
}

.backup .date input[type="radio"]:checked + label::after {
    transform: translateY(-50%) scale(1);
}

/* End Backup */


/* Start Servers */

.servers {
    padding: 20px;
    border-top: 1px solid #eee;
    gap: 10px;
}

@media (max-width: 767px) {
    .servers {
        flex-direction: column;
    }
}

.servers .server label {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.servers .server label i {
    margin: 0 auto 15px;
}

.servers input[type="radio"]:checked + .server label {
    color: var(--blue-color);
}

.servers input[type="radio"]:checked + .server label {
    border-color: var(--blue-color);
}


/* End Servers */


/* Start  Profile */

/* Start Profile Page */
@media (max-width: 767px) {
  .profile-page .overview {
    flex-direction: column;
  }
}
.profile-page .avatar-box {
  width: 300px;
}
@media (min-width: 768px) {
  .profile-page .avatar-box {
    border-right: 1px solid #eee;
  }
}
.profile-page .avatar-box > img {
  width: 120px;
  height: 120px;
}
.profile-page .avatar-box .level {
  height: 6px;
  overflow: hidden;
  margin: auto;
  width: 70%;
}
.profile-page .avatar-box .level span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--blue-color);
  border-radius: 6px;
}
.profile-page .info-box .box {
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}
.profile-page .info-box .box:hover {
  background-color: #f9f9f9;
}
.profile-page .info-box .box > div {
  min-width: 250px;
  padding: 10px 0 0;
}
.profile-page .info-box h4 {
  font-weight: normal;
}
/* Start Training Code */
.profile-page .info-box .toggle-switch {
  height: 20px;
}
@media (max-width: 767px) {
  .profile-page .info-box .toggle-switch {
    margin: auto;
  }
}
.profile-page .info-box .toggle-switch::before {
  width: 12px;
  height: 12px;
  font-size: 8px;
}
.profile-page .info-box .toggle-checkbox:checked + .toggle-switch::before {
  left: 62px;
}
/* End Training Code */
@media (max-width: 767px) {
  .profile-page .other-data {
    flex-direction: column;
  }
}
.profile-page .skills-card {
  flex-grow: 1;
}
.profile-page .skills-card ul li {
  padding: 15px 0;
}
.profile-page .skills-card ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.profile-page .skills-card ul li span {
  display: inline-flex;
  padding: 4px 10px;
  background-color: #eee;
  border-radius: 6px;
  font-size: 14px;
}
.profile-page .skills-card ul li span:not(:last-child) {
  margin-right: 5px;
}
.profile-page .activities {
  flex-grow: 2;
}
.profile-page .activity:not(:last-of-type) {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.profile-page .activity img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .profile-page .activity .date {
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .profile-page .activity {
    flex-direction: column;
  }
  .profile-page .activity img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .profile-page .activity .date {
    margin-top: 15px;
  }
}
/* 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 .date {
  position: absolute;
  right: 10px;
  top: 10px;
}
.projects-page .project h4 {
  font-weight: normal;
}
.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: 1000;
}
.projects-page .project .team img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
}
.projects-page .project .do {
  justify-content: flex-end;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .projects-page .project .do {
    flex-direction: column;
  }
}
.projects-page .project .do span {
  padding: 3px 8px;
  margin-left: 5px;
  width: fit-content;
}
@media (max-width: 767px) {
  .projects-page .project .do span:not(:last-child) {
    margin-bottom: 15px;
  }
}
.projects-page .project .info {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .projects-page .project .info {
    flex-direction: column;
  }
}
.projects-page .project .prog {
  height: 8px;
  width: 260px;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .projects-page .project .prog {
    margin-bottom: 15px;
  }
}
.projects-page .project .prog span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 6px;
}
/* End Projects Page */


/* Start Courses Page */
.courses-page {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (max-width: 767px) {
  .courses-page {
    grid-template-columns: minmax(200px, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
  }
}
.courses-page .course {
  overflow: hidden;
}
.courses-page .course .cover {
  max-width: 100%;
}
.courses-page .course .instructor {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  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;
  font-size: 13px;
}
.courses-page .course .info .title {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
}
/* 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 {
  background-color: #eee;
  padding: 10px;
  border-radius: 50%;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}
.friends-page .contact i:hover {
  background-color: var(--blue-color);
  color: white;
}
.friends-page .friend .icons {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.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 .files-stats {
  min-width: 260px;
}
.files-page .files-stats .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.files-page .files-stats .size {
  margin-left: auto;
}
.files-page .files-stats .blue {
  background-color: rgb(0 117 255 / 20%);
}
.files-page .files-stats .green {
  background-color: rgb(34 197 94 / 20%);
}
.files-page .files-stats .red {
  background-color: rgb(244 67 54 / 20%);
}
.files-page .files-stats .orange {
  background-color: rgb(245 158 11 / 20%);
}
.files-page .files-stats .upload {
  margin: 15px auto 0;
  padding: 10px 15px;
  transition: 0.3s;
}
.files-page .files-stats .upload:hover {
  background-color: var(--blue-alt-color);
}
.files-page .files-stats .upload:hover i {
  animation: go-up 0.8s 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 .price {
  position: relative;
  font-size: 40px;
  width: fit-content;
  margin: auto;
}
.plans-page .plan .price span {
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 25px;
}
.plans-page .plan ul li {
  padding: 15px 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.plans-page .plan ul li .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 .help {
  color: var(--grey-color);
  margin-left: auto;
  cursor: pointer;
}
/* End Plans Page */


/* End Settings */