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

html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

@-webkit-keyframes go-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes go-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header .navigat .sidebar {
  width: 200px;
}
@media (max-width: 568px) {
  header .navigat .sidebar {
    width: 70px;
  }
}
@media (max-width: 568px) {
  header .navigat .sidebar h1 {
    font-size: 13px !important;
    padding: 0 !important;
  }
}
header .navigat .sidebar h1::after,
header .navigat .sidebar h1::before {
  content: "";
  position: absolute;
  background-color: black;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
  header .navigat .sidebar h1::after,
header .navigat .sidebar h1::before {
    display: none;
  }
}
header .navigat .sidebar h1::after {
  width: 100px;
  height: 2px;
}
header .navigat .sidebar h1::before {
  width: 25px;
  height: 25px;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
header .navigat .sidebar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navigat .sidebar a span {
  font-size: 14px;
}
header .navigat .sidebar a svg {
  margin-right: 15px;
}
header .navigat .sidebar a.active,
header .navigat .sidebar a:hover,
header .navigat .sidebar a:focus {
  background-color: #f6f6f6;
}
header .navigat .content {
  width: calc(100% - 200px);
}
@media (max-width: 568px) {
  header .navigat .content {
    width: calc(100% - 70px);
  }
}
header .navigat .content .search input {
  font-size: 13px;
  outline: none;
  padding-left: 30px !important;
}
header .navigat .content .search svg {
  position: absolute;
  left: 0;
  top: 27%;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.4);
}
header .navigat .content .notifications a svg {
  font-size: 23px;
  padding-top: 4px;
}
header .navigat .content .notifications a img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
header .navigat .content .notifications a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  left: 28%;
  top: 0;
  border-radius: 50%;
}
header .navigat .content article {
  background-color: #f1f5f9;
}
header .navigat .content article h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .navigat .content article h2::after,
header .navigat .content article h2::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  top: 100%;
}
@media (max-width: 568px) {
  header .navigat .content article h2::after,
header .navigat .content article h2::before {
    display: none;
  }
}
header .navigat .content article h2::after {
  background-color: black;
  width: 60px;
  left: 24%;
}
header .navigat .content article h2::before {
  background-color: white;
  width: 150px;
  left: 50%;
}
header .navigat .content article .section .column {
  min-height: 430px;
}
@media (max-width: 1300px) {
  header .navigat .content article .section .column {
    padding: 7px !important;
  }
}
@media (max-width: 992px) {
  header .navigat .content article .section .column {
    padding: 10px !important;
  }
}
@media (max-width: 1300px) {
  header .navigat .content article .section .col-md-6 {
    width: 50%;
  }
}
@media (max-width: 992px) {
  header .navigat .content article .section .col-12 {
    width: 100%;
  }
}
header .navigat .content article .section .declare .text-card {
  background-image: url(../img/welcome.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 97% 50%;
  background-color: #eeeeee;
}
@media (max-width: 768px) {
  header .navigat .content article .section .declare .text-card {
    background-image: none;
  }
}
header .navigat .content article .section .declare .text-card img {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 80%;
  left: 15px;
  border: 5px solid white;
  border-radius: 50%;
}
@media (max-width: 992px) {
  header .navigat .content article .section .declare .text-card img {
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@media (max-width: 992px) {
  header .navigat .content article .section .declare .text-section {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
}
header .navigat .content article .section .declare hr {
  opacity: 0.1;
}
@media (max-width: 992px) {
  header .navigat .content article .section .declare hr {
    margin-bottom: 10px !important;
  }
}
header .navigat .content article .section .declare .button .personal .form-group .text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
header .navigat .content article .section .declare .button .personal .form-group .icons a svg {
  color: white;
}
header .navigat .content article .section .declare .button .personal .form-group .icons .fac {
  background-color: #3a5285;
}
header .navigat .content article .section .declare .button .personal .form-group .icons .ins {
  background-color: #7155a9;
}
header .navigat .content article .section .declare .button .personal .form-group .icons .lin {
  background-color: #cca633;
}
header .navigat .content article .section .draft input[type=email] {
  width: 92%;
  margin-left: 4%;
  outline: none;
  background-color: #eeeeee;
  font-size: 14px;
}
header .navigat .content article .section .draft textarea {
  width: 92%;
  margin-left: 4%;
  outline: none;
  background-color: #eeeeee;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
header .navigat .content article .section .target .assess span {
  width: 85px;
  height: 85px;
  text-align: center;
}
header .navigat .content article .section .target .assess .span-dollar {
  background-color: #cce3ff;
}
header .navigat .content article .section .target .assess .span-dollar .dollar {
  color: #3f75ff;
  font-size: 20px;
}
header .navigat .content article .section .target .assess .span-code {
  background-color: #fbecce;
}
header .navigat .content article .section .target .assess .span-code .code {
  color: #ee9e1e;
  font-size: 20px;
}
header .navigat .content article .section .target .assess .span-user {
  background-color: #d3f3df;
}
header .navigat .content article .section .target .assess .span-user .user {
  color: #5fc65f;
  font-size: 20px;
}
header .navigat .content article .section .target .assess .text-target {
  width: 75%;
}
header .navigat .content article .section .target .assess .text-target .bar-80 {
  background-color: #3f75ff;
  width: 25px;
  height: 25px;
  left: 76%;
  bottom: -5px;
  font-size: 10px;
  padding: 5px 0;
  border-radius: 50%;
  color: white;
  text-align: center;
}
header .navigat .content article .section .target .assess .text-target .bar-55 {
  background-color: #ee9e1e;
  width: 25px;
  height: 25px;
  left: 51%;
  bottom: -5px;
  font-size: 10px;
  padding: 5px 0;
  border-radius: 50%;
  color: white;
  text-align: center;
}
header .navigat .content article .section .target .assess .text-target .bar-75 {
  background-color: #5fc65f;
  width: 25px;
  height: 25px;
  left: 71%;
  bottom: -5px;
  font-size: 10px;
  padding: 5px 0;
  border-radius: 50%;
  color: white;
  text-align: center;
}
header .navigat .content article .section .target .assess .text-target .progress {
  height: 4px;
}
header .navigat .content article .section .target .assess .text-target .progress .progress-bar[aria-valuenow="80"] {
  width: 80%;
  background-color: #3f75ff;
}
header .navigat .content article .section .target .assess .text-target .progress .progress-bar[aria-valuenow="55"] {
  width: 55%;
  background-color: #ee9e1e;
}
header .navigat .content article .section .target .assess .text-target .progress .progress-bar[aria-valuenow="75"] {
  width: 75%;
  background-color: #5fc65f;
}
header .navigat .content article .section .tickets .section-ticket .tickts-1 {
  height: 50%;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .tickets .section-ticket .tickts-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  header .navigat .content article .section .tickets .section-ticket .tickts-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
header .navigat .content article .section .tickets .section-ticket .tickts-1 .text-tickets {
  width: 48%;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .tickets .section-ticket .tickts-1 .text-tickets {
    width: 100%;
  }
}
@media (max-width: 992px) {
  header .navigat .content article .section .tickets .section-ticket .tickts-1 .text-tickets {
    width: 48%;
  }
}
header .navigat .content article .section .tickets .section-ticket .tickts-1 .rectangle-list svg {
  color: #ee9e1e;
}
header .navigat .content article .section .tickets .section-ticket .tickts-1 .spinner svg {
  color: #3f75ff;
}
header .navigat .content article .section .tickets .section-ticket .tickts-1 .circle-check svg {
  color: #5fc65f;
}
header .navigat .content article .section .tickets .section-ticket .tickts-1 .rectangle-xmark svg {
  color: #e85733;
}
header .navigat .content article .section .news .card-news hr {
  opacity: 0.1;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .news .card-news .section-news {
    text-align: center;
    margin: 15px 0 !important;
  }
}
header .navigat .content article .section .news .card-news .section-news img {
  width: 100px;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .news .card-news .section-news img {
    margin-bottom: 10px !important;
  }
}
header .navigat .content article .section .news .card-news .section-news .text-news p {
  font-size: 11px;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .news .card-news .section-news .text-news p {
    margin-bottom: 10px !important;
  }
}
header .navigat .content article .section .news .card-news .section-news .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: black;
  padding: 6px 10px;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .news .card-news .section-news .badge {
    margin: 0 !important;
  }
}
@media (max-width: 1260px) {
  header .navigat .content article .section .news .card-news .section-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .navigat .content article .section .tasks .card-task hr {
  opacity: 0.1;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .tasks .card-task .section-task {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 25px 0 !important;
  }
}
@media (max-width: 1260px) {
  header .navigat .content article .section .tasks .card-task .section-task .text-task {
    margin: 0 15px !important;
  }
}
header .navigat .content article .section .tasks .card-task .section-task .text-task p {
  font-size: 15px;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .tasks .card-task .section-task .text-task p {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 668px) {
  header .navigat .content article .section .tasks .card-task .section-task .text-task p {
    font-size: 12px;
  }
}
header .navigat .content article .section .tasks .card-task .section-task .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: black;
  padding: 6px 10px;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .tasks .card-task .section-task .badge {
    margin: 0 !important;
  }
}
header .navigat .content article .section .search-items .card-search-items hr {
  opacity: 0.1;
}
@media (max-width: 1260px) {
  header .navigat .content article .section .search-items .card-search-items .section-search-items .text-search-items {
    margin: 0 15px !important;
  }
}
header .navigat .content article .section .search-items .card-search-items .section-search-items .text-search-items p {
  font-size: 15px;
}
header .navigat .content article .section .search-items .card-search-items .section-search-items .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: black;
  padding: 6px 10px;
}
header .navigat .content article .section .uploads .card-uploads hr {
  opacity: 0.1;
}
@media (max-width: 1100px) {
  header .navigat .content article .section .uploads .card-uploads .section-uploads h5 {
    font-size: 13px !important;
  }
}
header .navigat .content article .section .uploads .card-uploads .section-uploads img {
  width: 40px;
}
header .navigat .content article .section .uploads .card-uploads .section-uploads .text-uploads p {
  font-size: 11px;
}
header .navigat .content article .section .uploads .card-uploads .section-uploads .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: black;
  padding: 10px 10px;
}
header .navigat .content article .section .project-progress .card-project-progress .text-project {
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navigat .content article .section .project-progress .card-project-progress .text-project span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #3f75ff;
  margin-left: 15px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid white;
  outline: 2px solid #3f75ff;
}
header .navigat .content article .section .project-progress .card-project-progress .text-project .spinner-border {
  width: 25px;
  height: 25px;
  background-color: #b3d6ff;
  margin-left: 15px;
  margin-right: 10px;
  border-color: #3f75ff;
  border-right-color: transparent;
}
header .navigat .content article .section .project-progress .card-project-progress .text-project .five {
  background-color: white;
}
header .navigat .content article .section .project-progress .card-project-progress .text-project .first::before,
header .navigat .content article .section .project-progress .card-project-progress .text-project .second::before,
header .navigat .content article .section .project-progress .card-project-progress .text-project .third::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #3f75ff;
  left: 27px;
  top: 25px;
}
header .navigat .content article .section .project-progress .card-project-progress .four::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #3f75ff;
  left: 27px;
  top: 25px;
}
header .navigat .content article .section .project-progress .card-project-progress .image {
  text-align: end;
  opacity: 0.2;
}
header .navigat .content article .section .project-progress .card-project-progress .image img {
  width: 140px;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders {
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .first {
  background-color: #3f75ff;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-first ::before {
  content: "";
  background-color: #3f75ff;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-first ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-second ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-third ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-four ::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  left: 25px;
  top: 15%;
}
@media (max-width: 1200px) {
  header .navigat .content article .section .reminders .card-reminders .text-reminders .text-first ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-second ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-third ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-four ::before {
    display: none;
  }
}
@media (max-width: 992px) {
  header .navigat .content article .section .reminders .card-reminders .text-reminders .text-first ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-second ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-third ::before,
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-four ::before {
    display: block;
  }
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .second {
  background-color: #5fc65f;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-second ::before {
  content: "";
  background-color: #5fc65f;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .third {
  background-color: #ee9e1e;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-third ::before {
  content: "";
  background-color: #ee9e1e;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .four {
  background-color: #e74133;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders .text-four ::before {
  content: "";
  background-color: #e74133;
}
header .navigat .content article .section .reminders .card-reminders .text-reminders p {
  font-size: 14px;
}
header .navigat .content article .section .latest-post .text-latest-post img {
  width: 50px;
  height: 50px;
  margin: 0 15px;
}
header .navigat .content article .section .latest-post .text-latest-post .profile-text p {
  font-size: 15px;
}
header .navigat .content article .section .latest-post p {
  margin-left: 15px;
  margin-right: 15px;
}
header .navigat .content article .section .latest-post hr {
  opacity: 0.2;
}
header .navigat .content article .section .social-media .section-social-media svg {
  color: white;
}
header .navigat .content article .section .social-media .section-social-media .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 6px 10px;
}
header .navigat .content article .section .social-media .social-media-twitter {
  background-color: #d2ecfc;
}
header .navigat .content article .section .social-media .social-media-twitter .twitter {
  background-color: #52a2f3;
  padding: 13px;
}
header .navigat .content article .section .social-media .social-media-twitter h5 {
  color: #52a2f3;
}
header .navigat .content article .section .social-media .social-media-twitter .badge {
  background-color: #52a2f3;
}
header .navigat .content article .section .social-media .social-media-facebook {
  background-color: #d1e4fc;
}
header .navigat .content article .section .social-media .social-media-facebook .facebook {
  background-color: #3f77f3;
  padding: 13px;
}
header .navigat .content article .section .social-media .social-media-facebook h5 {
  color: #3f77f3;
}
header .navigat .content article .section .social-media .social-media-facebook .badge {
  background-color: #3f77f3;
}
header .navigat .content article .section .social-media .social-media-youtube {
  background-color: #f5cccc;
}
header .navigat .content article .section .social-media .social-media-youtube .youtube {
  background-color: #e62e2d;
  padding: 13px;
}
header .navigat .content article .section .social-media .social-media-youtube h5 {
  color: #e62e2d;
}
header .navigat .content article .section .social-media .social-media-youtube .badge {
  background-color: #e62e2d;
}
header .navigat .content article .section .social-media .social-media-linkedin {
  background-color: #cce4f0;
}
header .navigat .content article .section .social-media .social-media-linkedin .linkedin {
  background-color: #3b77b5;
  padding: 13px;
}
header .navigat .content article .section .social-media .social-media-linkedin h5 {
  color: #3b77b5;
}
header .navigat .content article .section .social-media .social-media-linkedin .badge {
  background-color: #3b77b5;
}
@media (min-width: 992px) {
  header .navigat .content article .section .table-project {
    padding: 15px !important;
  }
}
header .navigat .content article .section .table-project .project {
  overflow-x: auto;
}
header .navigat .content article .section .table-project .project .project-table table {
  min-width: 1630px;
  max-width: 2000px;
  border-spacing: 0;
  margin: 20px 15px;
}
header .navigat .content article .section .table-project .project .project-table table td {
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
}
header .navigat .content article .section .table-project .project .project-table table thead td {
  background-color: #eee;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr:hover td {
  background-color: #faf7f7;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td:last-child {
  border-right: 1px solid #eee;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 2px;
  background-color: white;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td img:not(:first-child) {
  margin-left: -20px;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 6px 10px;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td .bg-orange {
  background-color: #ee9e1e;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td .bg-blue {
  background-color: #3f75ff;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td .bg-green {
  background-color: #5fc65f;
}
header .navigat .content article .section .table-project .project .project-table table tbody tr td .bg-red {
  background-color: #e74133;
}

.setting .navigat .sidebar {
  width: 200px;
}
@media (max-width: 568px) {
  .setting .navigat .sidebar {
    width: 70px;
  }
}
@media (max-width: 568px) {
  .setting .navigat .sidebar h1 {
    font-size: 13px !important;
    padding: 0 !important;
  }
}
.setting .navigat .sidebar h1::after,
.setting .navigat .sidebar h1::before {
  content: "";
  position: absolute;
  background-color: black;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
  .setting .navigat .sidebar h1::after,
.setting .navigat .sidebar h1::before {
    display: none;
  }
}
.setting .navigat .sidebar h1::after {
  width: 100px;
  height: 2px;
}
.setting .navigat .sidebar h1::before {
  width: 25px;
  height: 25px;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
.setting .navigat .sidebar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.setting .navigat .sidebar a span {
  font-size: 14px;
}
.setting .navigat .sidebar a svg {
  margin-right: 15px;
}
.setting .navigat .sidebar a.active,
.setting .navigat .sidebar a:hover,
.setting .navigat .sidebar a:focus {
  background-color: #f6f6f6;
}
.setting .navigat .content-setting {
  width: calc(100% - 200px);
}
@media (max-width: 568px) {
  .setting .navigat .content-setting {
    width: calc(100% - 70px);
  }
}
.setting .navigat .content-setting .search input {
  font-size: 13px;
  outline: none;
  padding-left: 30px !important;
}
.setting .navigat .content-setting .search svg {
  position: absolute;
  left: 0;
  top: 27%;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.4);
}
.setting .navigat .content-setting .notifications a svg {
  font-size: 23px;
  padding-top: 4px;
}
.setting .navigat .content-setting .notifications a img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.setting .navigat .content-setting .notifications a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  left: 28%;
  top: 0;
  border-radius: 50%;
}
.setting .navigat .content-setting .section-setting {
  background-color: #f1f5f9;
}
.setting .navigat .content-setting .section-setting h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.setting .navigat .content-setting .section-setting h2::after,
.setting .navigat .content-setting .section-setting h2::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  top: 100%;
}
@media (max-width: 568px) {
  .setting .navigat .content-setting .section-setting h2::after,
.setting .navigat .content-setting .section-setting h2::before {
    display: none;
  }
}
.setting .navigat .content-setting .section-setting h2::after {
  background-color: black;
  width: 60px;
  left: 24%;
}
.setting .navigat .content-setting .section-setting h2::before {
  background-color: white;
  width: 129px;
  left: 50%;
}
@media (max-width: 1300px) {
  .setting .navigat .content-setting .section-setting .section .col-md-6 {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .setting .navigat .content-setting .section-setting .section .col-12 {
    width: 100%;
  }
}
.setting .navigat .content-setting .section-setting .section .column {
  min-height: 400px;
}
@media (max-width: 1300px) {
  .setting .navigat .content-setting .section-setting .section .column {
    padding: 7px !important;
  }
}
@media (max-width: 992px) {
  .setting .navigat .content-setting .section-setting .section .column {
    padding: 10px !important;
  }
}
.setting .navigat .content-setting .section-setting .section .column .Site-Control p {
  font-size: 14px;
  color: #888;
}
.setting .navigat .content-setting .section-setting .section .column .Site-Control .form-check-input {
  width: 55px;
  height: 25px;
  margin-left: 5px;
}
.setting .navigat .content-setting .section-setting .section .column .Site-Control textarea {
  font-size: 13px;
  outline: none;
  resize: none;
  min-height: 150px;
  border-width: 1px;
}
.setting .navigat .content-setting .section-setting .section .column .General-Info p {
  font-size: 14px;
  color: #888;
}
.setting .navigat .content-setting .section-setting .section .column .General-Info label {
  color: gray;
  font-size: 14px;
}
.setting .navigat .content-setting .section-setting .section .column .General-Info input {
  border: 1px solid #ccc;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}
.setting .navigat .content-setting .section-setting .section .column .General-Info input[type=email] {
  width: calc(100% - 80px);
  background-color: #f0f4f8;
}
.setting .navigat .content-setting .section-setting .section .column .Security-Info p {
  font-size: 14px;
  color: #888;
}
.setting .navigat .content-setting .section-setting .section .column .Security-Info .form-check-input {
  width: 55px;
  height: 25px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .setting .navigat .content-setting .section-setting .section .column .Security-Info:first-child a {
    padding: 5px !important;
    font-size: 13px;
  }
}
.setting .navigat .content-setting .section-setting .section .column .Security-Info:last-child a {
  background-color: #eeeeee;
}
.setting .navigat .content-setting .section-setting .section .column .Social-Info p {
  font-size: 14px;
  color: #888;
}
.setting .navigat .content-setting .section-setting .section .column .Social-Info input {
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  padding: 13px;
}
.setting .navigat .content-setting .section-setting .section .column .Social-Info span {
  background-color: #f6f6f6;
  opacity: 0.5;
}
.setting .navigat .content-setting .section-setting .section .column .Social-Info a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.setting .navigat .content-setting .section-setting .section .column .Social-Info .input-group:focus-within span {
  opacity: 1;
}
.setting .navigat .content-setting .section-setting .section .column .Widgets-Control p {
  font-size: 14px;
  color: #888;
}
.setting .navigat .content-setting .section-setting .section .column .Widgets-Control input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager p {
  font-size: 14px;
  color: #888;
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager .lab {
  padding-left: 35px;
  cursor: pointer;
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager .lab::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid gray;
  left: 0;
  border-radius: 50%;
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager .lab::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #3c6efd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager input:checked + .lab::before {
  border: 1px solid #3c6efd;
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager input:checked + .lab::after {
  -webkit-transform: none;
          transform: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager .servers {
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .setting .navigat .content-setting .section-setting .section .column .Backup-Manager .servers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager .servers .server {
  border: 1px solid #eee;
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager .servers .server label {
  cursor: pointer;
}
.setting .navigat .content-setting .section-setting .section .column .Backup-Manager .servers input:checked + .server {
  border-color: #3c6efd;
  color: #3c6efd;
}

.profile .navigat .sidebar {
  width: 200px;
}
@media (max-width: 568px) {
  .profile .navigat .sidebar {
    width: 70px;
  }
}
@media (max-width: 568px) {
  .profile .navigat .sidebar h1 {
    font-size: 13px !important;
    padding: 0 !important;
  }
}
.profile .navigat .sidebar h1::after,
.profile .navigat .sidebar h1::before {
  content: "";
  position: absolute;
  background-color: black;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
  .profile .navigat .sidebar h1::after,
.profile .navigat .sidebar h1::before {
    display: none;
  }
}
.profile .navigat .sidebar h1::after {
  width: 100px;
  height: 2px;
}
.profile .navigat .sidebar h1::before {
  width: 25px;
  height: 25px;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
.profile .navigat .sidebar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.profile .navigat .sidebar a span {
  font-size: 14px;
}
.profile .navigat .sidebar a svg {
  margin-right: 15px;
}
.profile .navigat .sidebar a.active,
.profile .navigat .sidebar a:hover,
.profile .navigat .sidebar a:focus {
  background-color: #f6f6f6;
}
.profile .navigat .content-profile {
  width: calc(100% - 200px);
}
@media (max-width: 568px) {
  .profile .navigat .content-profile {
    width: calc(100% - 70px);
  }
}
.profile .navigat .content-profile .search input {
  font-size: 13px;
  outline: none;
  padding-left: 30px !important;
}
.profile .navigat .content-profile .search svg {
  position: absolute;
  left: 0;
  top: 27%;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.4);
}
.profile .navigat .content-profile .notifications a svg {
  font-size: 23px;
  padding-top: 4px;
}
.profile .navigat .content-profile .notifications a img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.profile .navigat .content-profile .notifications a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  left: 28%;
  top: 0;
  border-radius: 50%;
}
.profile .navigat .content-profile .section-profile {
  background-color: #f1f5f9;
}
.profile .navigat .content-profile .section-profile h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.profile .navigat .content-profile .section-profile h2::after,
.profile .navigat .content-profile .section-profile h2::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  top: 100%;
}
@media (max-width: 568px) {
  .profile .navigat .content-profile .section-profile h2::after,
.profile .navigat .content-profile .section-profile h2::before {
    display: none;
  }
}
.profile .navigat .content-profile .section-profile h2::after {
  background-color: black;
  width: 50px;
  left: 26%;
}
.profile .navigat .content-profile .section-profile h2::before {
  background-color: white;
  width: 100px;
  left: 50%;
}
@media (max-width: 1300px) {
  .profile .navigat .content-profile .section-profile .section .column {
    padding: 10px !important;
  }
}
@media (max-width: 992px) {
  .profile .navigat .content-profile .section-profile .section .column {
    padding: 14px !important;
  }
}
@media (max-width: 1300px) {
  .profile .navigat .content-profile .section-profile .section .col-md-6 {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .profile .navigat .content-profile .section-profile .section .col-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .profile .navigat .content-profile .section-profile .section .profile-Control .overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 767px) {
  .profile .navigat .content-profile .section-profile .section .profile-Control .overview .avatar-box {
    border-right: 1px solid rgba(128, 128, 128, 0.1);
  }
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .avatar-box img {
  width: 120px;
  height: 120px;
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .avatar-box p {
  font-size: 14px;
  color: gray;
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .avatar-box .rating svg {
  color: #ee9e1e;
  font-size: 13px;
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box:hover {
  background-color: #f9f9f9;
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box h4 {
  color: gray;
  font-size: 16px;
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box .fs-14 {
  min-width: 250px;
}
@media (max-width: 767px) {
  .profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box .fs-14 {
    width: 100%;
  }
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box .fs-14 span:first-child {
  font-size: 14px;
  color: gray;
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box .fs-14 span:last-child {
  font-size: 14px;
  color: black;
  font-weight: 600;
}
@media (max-width: 767px) {
  .profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box .fs-14 .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.profile .navigat .content-profile .section-profile .section .profile-Control .overview .info-box .box .fs-14 .form-check-input {
  width: 60px;
  height: 20px;
}
.profile .navigat .content-profile .section-profile .section .skils-Control p {
  font-size: 14px;
  color: #888;
}
.profile .navigat .content-profile .section-profile .section .skils-Control .skills-card ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 992px) {
  .profile .navigat .content-profile .section-profile .section .skils-Control .skills-card ul {
    text-align: center;
  }
}
.profile .navigat .content-profile .section-profile .section .skils-Control .skills-card ul .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 10px 10px;
  cursor: pointer;
}
.profile .navigat .content-profile .section-profile .section .skils-Control .skills-card ul hr {
  opacity: 0.1;
}
.profile .navigat .content-profile .section-profile .section .active-Control p {
  font-size: 14px;
  color: #888;
}
@media (max-width: 992px) {
  .profile .navigat .content-profile .section-profile .section .active-Control .activities .activity {
    text-align: center !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile .navigat .content-profile .section-profile .section .active-Control .activities .activity img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.profile .navigat .content-profile .section-profile .section .active-Control .activities .activity .c-grey {
  color: gray;
}
@media (max-width: 992px) {
  .profile .navigat .content-profile .section-profile .section .active-Control .activities .activity .date {
    margin: 10px auto;
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .profile .navigat .content-profile .section-profile .section .active-Control .activities .activity .info {
    margin: 10px 0 0 0;
  }
}
.profile .navigat .content-profile .section-profile .section .active-Control .activities hr {
  opacity: 0.1;
}

.projects .navigat .sidebar {
  width: 200px;
}
@media (max-width: 568px) {
  .projects .navigat .sidebar {
    width: 70px;
  }
}
@media (max-width: 568px) {
  .projects .navigat .sidebar h1 {
    font-size: 13px !important;
    padding: 0 !important;
  }
}
.projects .navigat .sidebar h1::after,
.projects .navigat .sidebar h1::before {
  content: "";
  position: absolute;
  background-color: black;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
  .projects .navigat .sidebar h1::after,
.projects .navigat .sidebar h1::before {
    display: none;
  }
}
.projects .navigat .sidebar h1::after {
  width: 100px;
  height: 2px;
}
.projects .navigat .sidebar h1::before {
  width: 25px;
  height: 25px;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
.projects .navigat .sidebar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.projects .navigat .sidebar a span {
  font-size: 14px;
}
.projects .navigat .sidebar a svg {
  margin-right: 15px;
}
.projects .navigat .sidebar a.active,
.projects .navigat .sidebar a:hover,
.projects .navigat .sidebar a:focus {
  background-color: #f6f6f6;
}
.projects .navigat .content-projects {
  width: calc(100% - 200px);
}
@media (max-width: 568px) {
  .projects .navigat .content-projects {
    width: calc(100% - 70px);
  }
}
.projects .navigat .content-projects .search input {
  font-size: 13px;
  outline: none;
  padding-left: 30px !important;
}
.projects .navigat .content-projects .search svg {
  position: absolute;
  left: 0;
  top: 27%;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.4);
}
.projects .navigat .content-projects .notifications a svg {
  font-size: 23px;
  padding-top: 4px;
}
.projects .navigat .content-projects .notifications a img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.projects .navigat .content-projects .notifications a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  left: 28%;
  top: 0;
  border-radius: 50%;
}
.projects .navigat .content-projects .section-projects {
  background-color: #f1f5f9;
}
.projects .navigat .content-projects .section-projects h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.projects .navigat .content-projects .section-projects h2::after,
.projects .navigat .content-projects .section-projects h2::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  top: 100%;
}
@media (max-width: 568px) {
  .projects .navigat .content-projects .section-projects h2::after,
.projects .navigat .content-projects .section-projects h2::before {
    display: none;
  }
}
.projects .navigat .content-projects .section-projects h2::after {
  background-color: black;
  width: 60px;
  left: 24%;
}
.projects .navigat .content-projects .section-projects h2::before {
  background-color: white;
  width: 129px;
  left: 50%;
}
@media (max-width: 1300px) {
  .projects .navigat .content-projects .section-projects .section .col-md-6 {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .projects .navigat .content-projects .section-projects .section .col-12 {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .projects .navigat .content-projects .section-projects .section .column {
    padding: 7px !important;
  }
}
@media (max-width: 992px) {
  .projects .navigat .content-projects .section-projects .section .column {
    padding: 10px !important;
  }
}
.projects .navigat .content-projects .section-projects .section .projects-page .project p {
  font-size: 14px;
  color: gray;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project .date {
  font-size: 13px;
  color: gray;
  position: absolute;
  right: -5px;
  top: -15px;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project .team img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: -20px;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eeeeee;
  color: rgb(0, 0, 0);
  font-size: 13px;
  padding: 7px 7px;
  cursor: pointer;
  margin-bottom: 8px;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project hr {
  opacity: 0.1;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project .info .prog {
  height: 8px;
  width: 260px;
  position: relative;
  border-radius: 6px;
  background-color: #eeeeee;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project .info .prog span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: red;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project .info .prog .c-green {
  background-color: green;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project .info .prog .c-blue {
  background-color: blue;
}
.projects .navigat .content-projects .section-projects .section .projects-page .project .info .badge {
  color: gray;
  background-color: white;
  font-size: 14px;
}

.courses .navigat .sidebar {
  width: 200px;
}
@media (max-width: 568px) {
  .courses .navigat .sidebar {
    width: 70px;
  }
}
@media (max-width: 568px) {
  .courses .navigat .sidebar h1 {
    font-size: 13px !important;
    padding: 0 !important;
  }
}
.courses .navigat .sidebar h1::after,
.courses .navigat .sidebar h1::before {
  content: "";
  position: absolute;
  background-color: black;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
  .courses .navigat .sidebar h1::after,
.courses .navigat .sidebar h1::before {
    display: none;
  }
}
.courses .navigat .sidebar h1::after {
  width: 100px;
  height: 2px;
}
.courses .navigat .sidebar h1::before {
  width: 25px;
  height: 25px;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
.courses .navigat .sidebar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.courses .navigat .sidebar a span {
  font-size: 14px;
}
.courses .navigat .sidebar a svg {
  margin-right: 15px;
}
.courses .navigat .sidebar a.active,
.courses .navigat .sidebar a:hover,
.courses .navigat .sidebar a:focus {
  background-color: #f6f6f6;
}
.courses .navigat .content-courses {
  width: calc(100% - 200px);
}
@media (max-width: 568px) {
  .courses .navigat .content-courses {
    width: calc(100% - 70px);
  }
}
.courses .navigat .content-courses .search input {
  font-size: 13px;
  outline: none;
  padding-left: 30px !important;
}
.courses .navigat .content-courses .search svg {
  position: absolute;
  left: 0;
  top: 27%;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.4);
}
.courses .navigat .content-courses .notifications a svg {
  font-size: 23px;
  padding-top: 4px;
}
.courses .navigat .content-courses .notifications a img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.courses .navigat .content-courses .notifications a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  left: 28%;
  top: 0;
  border-radius: 50%;
}
.courses .navigat .content-courses .section-courses {
  background-color: #f1f5f9;
}
.courses .navigat .content-courses .section-courses h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.courses .navigat .content-courses .section-courses h2::after,
.courses .navigat .content-courses .section-courses h2::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  top: 100%;
}
@media (max-width: 568px) {
  .courses .navigat .content-courses .section-courses h2::after,
.courses .navigat .content-courses .section-courses h2::before {
    display: none;
  }
}
.courses .navigat .content-courses .section-courses h2::after {
  background-color: black;
  width: 60px;
  left: 24%;
}
.courses .navigat .content-courses .section-courses h2::before {
  background-color: white;
  width: 129px;
  left: 50%;
}
.courses .navigat .content-courses .section-courses .section .column {
  padding: 10px !important;
}
@media (min-width: 1600px) {
  .courses .navigat .content-courses .section-courses .section .column {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .courses .navigat .content-courses .section-courses .section .column {
    padding: 14px !important;
  }
}
@media (max-width: 1300px) {
  .courses .navigat .content-courses .section-courses .section .col-md-4 {
    width: 33.3333333333%;
  }
}
@media (max-width: 1100px) {
  .courses .navigat .content-courses .section-courses .section .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 879px) {
  .courses .navigat .content-courses .section-courses .section .col-12 {
    width: 100%;
  }
}
.courses .navigat .content-courses .section-courses .section .courses-Control .card .card-img-top {
  max-width: 100%;
}
.courses .navigat .content-courses .section-courses .section .courses-Control .card .card-img {
  width: 64px;
  height: 64px;
  border: 2px solid white;
  left: 15px;
  top: 15px;
}
.courses .navigat .content-courses .section-courses .section .courses-Control .card .card-body p {
  font-size: 14px;
  color: gray;
  line-height: 1.8;
}
.courses .navigat .content-courses .section-courses .section .courses-Control .card .card-body .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  padding: 7px 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -21px;
  z-index: 5;
  background-color: #3f75ff;
}
.courses .navigat .content-courses .section-courses .section .courses-Control .card hr {
  opacity: 0.1;
}
.courses .navigat .content-courses .section-courses .section .courses-Control .card .badge-gro .badge {
  color: gray;
}

.friends .navigat .sidebar {
  min-height: 100vh;
  width: 200px;
}
@media (max-width: 568px) {
  .friends .navigat .sidebar {
    width: 70px;
  }
}
@media (max-width: 568px) {
  .friends .navigat .sidebar h1 {
    font-size: 13px !important;
    padding: 0 !important;
  }
}
.friends .navigat .sidebar h1::after,
.friends .navigat .sidebar h1::before {
  content: "";
  position: absolute;
  background-color: black;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
  .friends .navigat .sidebar h1::after,
.friends .navigat .sidebar h1::before {
    display: none;
  }
}
.friends .navigat .sidebar h1::after {
  width: 100px;
  height: 2px;
}
.friends .navigat .sidebar h1::before {
  width: 25px;
  height: 25px;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
.friends .navigat .sidebar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.friends .navigat .sidebar a span {
  font-size: 14px;
}
.friends .navigat .sidebar a svg {
  margin-right: 15px;
}
.friends .navigat .sidebar a.active,
.friends .navigat .sidebar a:hover,
.friends .navigat .sidebar a:focus {
  background-color: #f6f6f6;
}
.friends .navigat .content-friends {
  width: calc(100% - 200px);
}
@media (max-width: 568px) {
  .friends .navigat .content-friends {
    width: calc(100% - 70px);
  }
}
.friends .navigat .content-friends .search input {
  font-size: 13px;
  outline: none;
  padding-left: 30px !important;
}
.friends .navigat .content-friends .search svg {
  position: absolute;
  left: 0;
  top: 27%;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.4);
}
.friends .navigat .content-friends .notifications a svg {
  font-size: 23px;
  padding-top: 4px;
}
.friends .navigat .content-friends .notifications a img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.friends .navigat .content-friends .notifications a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  left: 28%;
  top: 0;
  border-radius: 50%;
}
.friends .navigat .content-friends .section-friends {
  background-color: #f1f5f9;
  min-height: 92vh;
}
.friends .navigat .content-friends .section-friends h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.friends .navigat .content-friends .section-friends h2::after,
.friends .navigat .content-friends .section-friends h2::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  top: 100%;
}
@media (max-width: 568px) {
  .friends .navigat .content-friends .section-friends h2::after,
.friends .navigat .content-friends .section-friends h2::before {
    display: none;
  }
}
.friends .navigat .content-friends .section-friends h2::after {
  background-color: black;
  width: 50px;
  left: 27%;
}
.friends .navigat .content-friends .section-friends h2::before {
  background-color: white;
  width: 97px;
  left: 50%;
}
.friends .navigat .content-friends .section-friends .section .column {
  padding: 10px !important;
}
@media (min-width: 1620px) {
  .friends .navigat .content-friends .section-friends .section .column {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .friends .navigat .content-friends .section-friends .section .column {
    padding: 14px !important;
  }
}
@media (max-width: 1360px) {
  .friends .navigat .content-friends .section-friends .section .col-md-4 {
    width: 33.3333333333%;
  }
}
@media (max-width: 1100px) {
  .friends .navigat .content-friends .section-friends .section .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 879px) {
  .friends .navigat .content-friends .section-friends .section .col-12 {
    width: 100%;
  }
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .card-head .card-img-top {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .card-head p {
  font-size: 13px;
  color: gray;
  margin-bottom: 10px;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .contact {
  border: 2px solid white;
  left: 8px;
  top: 8px;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .contact svg {
  background-color: #eeeeee;
  padding: 10px;
  font-size: 14px;
  border-radius: 50%;
  color: gray;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .contact svg:hover {
  background-color: #3f75ff;
  color: white;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .card-body .icon svg {
  font-size: 14px;
  margin-right: 5px;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .card-body .icon span {
  font-size: 14px;
  font-weight: 600;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .card-body .vip {
  color: #fbeccc;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card hr {
  opacity: 0.1;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .badge-gro span {
  color: gray;
  font-size: 13px;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .badge-gro .bg-blue {
  background-color: #3f75ff;
  padding: 7px;
}
.friends .navigat .content-friends .section-friends .section .Friends-Control .card .badge-gro .bg-red {
  background-color: #e74133;
  padding: 7px;
}

.files .navigat .sidebar {
  width: 200px;
}
@media (max-width: 568px) {
  .files .navigat .sidebar {
    width: 70px;
  }
}
@media (max-width: 568px) {
  .files .navigat .sidebar h1 {
    font-size: 13px !important;
    padding: 0 !important;
  }
}
.files .navigat .sidebar h1::after,
.files .navigat .sidebar h1::before {
  content: "";
  position: absolute;
  background-color: black;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
  .files .navigat .sidebar h1::after,
.files .navigat .sidebar h1::before {
    display: none;
  }
}
.files .navigat .sidebar h1::after {
  width: 100px;
  height: 2px;
}
.files .navigat .sidebar h1::before {
  width: 25px;
  height: 25px;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
.files .navigat .sidebar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.files .navigat .sidebar a span {
  font-size: 14px;
}
.files .navigat .sidebar a svg {
  margin-right: 15px;
}
.files .navigat .sidebar a.active,
.files .navigat .sidebar a:hover,
.files .navigat .sidebar a:focus {
  background-color: #f6f6f6;
}
.files .navigat .content-files {
  width: calc(100% - 200px);
}
@media (max-width: 568px) {
  .files .navigat .content-files {
    width: calc(100% - 70px);
  }
}
.files .navigat .content-files .search input {
  font-size: 13px;
  outline: none;
  padding-left: 30px !important;
}
.files .navigat .content-files .search svg {
  position: absolute;
  left: 0;
  top: 27%;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.4);
}
.files .navigat .content-files .notifications a svg {
  font-size: 23px;
  padding-top: 4px;
}
.files .navigat .content-files .notifications a img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.files .navigat .content-files .notifications a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  left: 28%;
  top: 0;
  border-radius: 50%;
}
.files .navigat .content-files .section-files {
  background-color: #f1f5f9;
}
.files .navigat .content-files .section-files h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.files .navigat .content-files .section-files h2::after,
.files .navigat .content-files .section-files h2::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  top: 100%;
}
@media (max-width: 568px) {
  .files .navigat .content-files .section-files h2::after,
.files .navigat .content-files .section-files h2::before {
    display: none;
  }
}
.files .navigat .content-files .section-files h2::after {
  background-color: black;
  width: 30px;
  left: 27%;
}
.files .navigat .content-files .section-files h2::before {
  background-color: white;
  width: 60px;
  left: 50%;
}
@media (max-width: 767px) {
  .files .navigat .content-files .section-files .section-gro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.files .navigat .content-files .section-files .section {
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .files .navigat .content-files .section-files .section {
    width: 100%;
  }
}
.files .navigat .content-files .section-files .section .column {
  padding: 10px !important;
}
@media (max-width: 1670px) {
  .files .navigat .content-files .section-files .section .column {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .files .navigat .content-files .section-files .section .column {
    padding: 10px !important;
  }
}
@media (max-width: 1550px) {
  .files .navigat .content-files .section-files .section .col-md-3 {
    width: 25%;
  }
}
@media (max-width: 1400px) {
  .files .navigat .content-files .section-files .section .col-md-3 {
    width: 33.3333333333%;
  }
}
@media (max-width: 1190px) {
  .files .navigat .content-files .section-files .section .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 950px) {
  .files .navigat .content-files .section-files .section .col-12 {
    width: 100%;
  }
}
.files .navigat .content-files .section-files .section .files-Control .card .card-head .card-img-top {
  width: 70px;
  height: 70px;
}
.files .navigat .content-files .section-files .section .files-Control .card .card-head h3 {
  font-size: 14px;
}
.files .navigat .content-files .section-files .section .files-Control .card .contact {
  left: 0;
  top: 0;
}
.files .navigat .content-files .section-files .section .files-Control .card .contact svg {
  padding: 10px;
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
.files .navigat .content-files .section-files .section .files-Control .card .card-body .icon span {
  font-size: 13px;
  font-weight: 600;
  color: gray;
}
.files .navigat .content-files .section-files .section .files-Control .card hr {
  opacity: 0.1;
}
.files .navigat .content-files .section-files .section .files-Control .card .badge-gro .badge {
  color: gray;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
}
.files .navigat .content-files .section-files .section-2 {
  width: 290px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .files .navigat .content-files .section-files .section-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .files .navigat .content-files .section-files .section-2 {
    padding: 10px !important;
  }
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads hr {
  opacity: 0.1;
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads {
  border: 1px solid #eee;
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads h5 {
  font-size: 13px;
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads img {
  width: 40px;
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads .text-uploads p {
  font-size: 13px;
  color: gray;
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: gray;
  font-weight: 500;
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads .icon {
  padding: 14px;
  margin-right: 7px;
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads .blue {
  color: #0075ff;
  background-color: rgba(0, 117, 255, 0.2);
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads .green {
  color: #22c55e;
  background-color: rgba(34, 197, 94, 0.2);
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads .red {
  color: #f44336;
  background-color: rgba(244, 67, 54, 0.2);
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .card-uploads .section-uploads .orange {
  color: #f59e0b;
  background-color: rgba(245, 158, 11, 0.2);
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .Upload .badge-up {
  background-color: #0075ff;
  padding: 10px 17px;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .Upload .badge-up:hover {
  background-color: rgba(0, 0, 255, 0.733);
}
.files .navigat .content-files .section-files .section-2 .files-Control .card .Upload .badge-up:hover svg {
  -webkit-animation: go-up 0.8s infinite;
          animation: go-up 0.8s infinite;
}

.plans .navigat .sidebar {
  width: 200px;
}
@media (max-width: 568px) {
  .plans .navigat .sidebar {
    width: 70px;
  }
}
@media (max-width: 568px) {
  .plans .navigat .sidebar h1 {
    font-size: 13px !important;
    padding: 0 !important;
  }
}
.plans .navigat .sidebar h1::after,
.plans .navigat .sidebar h1::before {
  content: "";
  position: absolute;
  background-color: black;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 568px) {
  .plans .navigat .sidebar h1::after,
.plans .navigat .sidebar h1::before {
    display: none;
  }
}
.plans .navigat .sidebar h1::after {
  width: 100px;
  height: 2px;
}
.plans .navigat .sidebar h1::before {
  width: 25px;
  height: 25px;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 5;
}
.plans .navigat .sidebar a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plans .navigat .sidebar a span {
  font-size: 14px;
}
.plans .navigat .sidebar a svg {
  margin-right: 15px;
}
.plans .navigat .sidebar a.active,
.plans .navigat .sidebar a:hover,
.plans .navigat .sidebar a:focus {
  background-color: #f6f6f6;
}
.plans .navigat .content-plans {
  width: calc(100% - 200px);
}
@media (max-width: 568px) {
  .plans .navigat .content-plans {
    width: calc(100% - 70px);
  }
}
.plans .navigat .content-plans .search input {
  font-size: 13px;
  outline: none;
  padding-left: 30px !important;
}
.plans .navigat .content-plans .search svg {
  position: absolute;
  left: 0;
  top: 27%;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.4);
}
.plans .navigat .content-plans .notifications a svg {
  font-size: 23px;
  padding-top: 4px;
}
.plans .navigat .content-plans .notifications a img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.plans .navigat .content-plans .notifications a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  left: 28%;
  top: 0;
  border-radius: 50%;
}
.plans .navigat .content-plans .section-plans {
  background-color: #f1f5f9;
  min-height: 92vh;
}
.plans .navigat .content-plans .section-plans h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plans .navigat .content-plans .section-plans h2::after,
.plans .navigat .content-plans .section-plans h2::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  top: 100%;
}
@media (max-width: 568px) {
  .plans .navigat .content-plans .section-plans h2::after,
.plans .navigat .content-plans .section-plans h2::before {
    display: none;
  }
}
.plans .navigat .content-plans .section-plans h2::after {
  background-color: black;
  width: 50px;
  left: 25%;
}
.plans .navigat .content-plans .section-plans h2::before {
  background-color: white;
  width: 100px;
  left: 59%;
}
@media (max-width: 1450px) {
  .plans .navigat .content-plans .section-plans .section .col-md-6 {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .plans .navigat .content-plans .section-plans .section .col-12 {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .plans .navigat .content-plans .section-plans .section .column {
    padding: 7px !important;
  }
}
@media (max-width: 992px) {
  .plans .navigat .content-plans .section-plans .section .column {
    padding: 10px !important;
  }
}
.plans .navigat .content-plans .section-plans .section .plan ul {
  list-style: none;
  padding: 0;
}
.plans .navigat .content-plans .section-plans .section .plan ul li {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plans .navigat .content-plans .section-plans .section .plan ul li svg {
  color: red;
}
.plans .navigat .content-plans .section-plans .section .plan ul li .yes {
  color: #5fc65f;
}
.plans .navigat .content-plans .section-plans .section .plan ul li .help {
  color: gray;
  margin-left: auto;
}
.plans .navigat .content-plans .section-plans .section .green .top {
  color: white;
  background-color: #5fc65f;
  border: 3px solid white;
  outline: 3px solid #5fc65f;
}
.plans .navigat .content-plans .section-plans .section .green .top .price {
  font-size: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plans .navigat .content-plans .section-plans .section .green .top .price span {
  font-size: 25px;
  position: absolute;
  left: -15px;
  top: 0;
}
.plans .navigat .content-plans .section-plans .section .green .bg-green {
  background-color: #5fc65f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  font-size: 15px;
}
.plans .navigat .content-plans .section-plans .section .blue .top {
  color: white;
  background-color: #3f75ff;
  border: 3px solid white;
  outline: 3px solid #3f75ff;
}
.plans .navigat .content-plans .section-plans .section .blue .top .price {
  font-size: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plans .navigat .content-plans .section-plans .section .blue .top .price span {
  font-size: 25px;
  position: absolute;
  left: -15px;
  top: 0;
}
.plans .navigat .content-plans .section-plans .section .blue .bg-blue {
  background-color: #3f75ff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  font-size: 15px;
}
.plans .navigat .content-plans .section-plans .section .orange .top {
  color: white;
  background-color: #ee9d1e;
  border: 3px solid white;
  outline: 3px solid #ee9d1e;
}
.plans .navigat .content-plans .section-plans .section .orange .top .price {
  font-size: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plans .navigat .content-plans .section-plans .section .orange .top .price span {
  font-size: 25px;
  position: absolute;
  left: -15px;
  top: 0;
}
.plans .navigat .content-plans .section-plans .section .orange p {
  color: gray;
}