@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap');
.dark-text {
  color: #222d38!important;
}
footer.entry-footer {
  background: transparent;
  color: #000;
}
.css-search-ajax {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.css-search-ajax .icon-search {
  position: relative;
  top: 0px;
  right: 6px;
}
.account-profile {
  background-color: #444f6c;
  padding: 50px 0;
}
.account-avatar {
  position: relative;
}
.account-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;  
}
.account-avatar h2 {
  color: #222d38;
  text-transform: capitalize;
}
.account-stats {
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: -80px;
}
.account-stats ul {
  display:flex;
  justify-content: space-evenly;
  list-style: none;
  margin:0;
  padding: 18px;
  list-style-position: inside;
  background-color: #FFF;
  border-radius: 60px 60px 60px 60px;
  box-shadow: 0 2px 2px rgba(0 ,0 ,0 ,0.1);
  text-align: center;
}
.css-account-departament {
    clear: both;
    font-family: 'Brown LL';
}
.css-account-bio {
  color: #000;
  max-width: 80%;
}
.css-account-bio *{
  font-family: 'Brown LL'!important;
  font-weight: 200!important;
}
.capitalize {
  text-transform: capitalize;
}
.css-prof-smalltitle {
  display: block;
  font-weight: bold;
  color: #222d38;
}
.wrapper-tabs {
  margin: 0 auto;
  margin-top: 0px;
}
.css-inline {
  display: inline-block;
}
.css-back {
  vertical-align: middle;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  color: #c6d1df!important;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Brown LL';
}
.css-back i {
  margin-right: 10px;
}
/* icons */

.account-profile-desc .icon {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}
.icon-alert {
  -webkit-mask:url(alert.svg);
          mask:url(alert.svg);
          background-color:red;
}
.icon-remove {
  -webkit-mask:url(remove.svg);
          mask:url(remove.svg);
          background-color:rgb(0, 0, 0);
}
.icon-timestop {
  -webkit-mask:url(timestop.svg);
          mask:url(timestop.svg);
          background-color:rgb(0, 0, 0);
}
.icon-externalLink {
  -webkit-mask:url(externalLink.svg);
          mask:url(externalLink.svg);
          background-color:rgb(0, 0, 0);
}
.icon-back {
  -webkit-mask:url(back.svg);
          mask:url(back.svg);
          background-color:rgb(0, 0, 0);
}
.icon-check {
  -webkit-mask:url(check.svg);
          mask:url(check.svg);
          background-color:rgb(0, 0, 0);
}
.icon-news {
  -webkit-mask:url(news.svg);
          mask:url(news.svg);
          background-color:rgb(0, 0, 0);
}
.icon-trash {
  -webkit-mask:url(trash.svg);
          mask:url(trash.svg);
          background-color:rgb(182, 50, 50);
}
.icon-delete {
  -webkit-mask:url(delete.svg);
          mask:url(delete.svg);
          background-color:rgb(182, 50, 50);
}
.icon-info {
  -webkit-mask:url(info.svg);
          mask:url(info.svg);
          background-color:#8ca2bf7a;
}
.icon-back {
  -webkit-mask:url(back.svg);
          mask:url(back.svg);
          background-color:#8ca2bf7a;
}
label .icon {
  height: 15px;
  width: 15px!important;
  margin-bottom: 5px;
}
/* tab cursuri */

table#example {
  padding: 20px 50px;
  margin-top: 50px;
  font-family: 'Brown LL';
  font-weight: 100;
}
table#example td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
table#example a {
  color: #222d38;
  text-decoration: none;
  font-weight: bold;
}
.css-delete-resursa {
  text-align: center;
  margin-left: 10px;
  filter: grayscale(1) opacity(0.5);
}
.css-delete-resursa:hover {
  filter: grayscale(0) opacity(1);
}


/* Tabs */
.resurse.css-overview-performance-glow {
  left: 3%!important;
  top: -180px!important;
  background-image: radial-gradient(circle farthest-side at 50% 50%,rgb(24 123 106),rgb(31 174 150 / 5%) 71%)!important;  
}
.discipline.css-overview-performance-glow {
  left: 60%!important;
  top: -180px!important;
  background-image: radial-gradient(circle farthest-side at 50% 50%,rgb(24 123 106),rgb(31 174 150 / 5%) 71%)!important;
}
.css-overview-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
}

.css-w-tab-menu {
  position: relative;
}

.css-overview-tab-item.css-w--current {
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #167b6a;
  background-color: #fff;
  opacity: 1;
  color: #00ffd4;
}

.css-overview-tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 12px 8px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    opacity: .8;
    text-align: center;
}
.css-w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  /* background-color: #ddd; */
}
.css-w-inline-block {
  max-width: 100%;
  height: 80px;
  display: inline-block;
}
.css-tab-info {
  margin-left: 0;
  padding-top: 2px;
  color: #46586b;
  font-family: 'Brown LL';  
}
.css-overview-tab-title {
  display: block;
  margin-top: 0;
  margin-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #222d38;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}
.css-overview-tab-desc {
  color: #617080;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
}

.css-overview-tabs-content {
  padding: 0;
  border-radius: 4px;
  background-color: rgba(247,249,250,.6);
}

.css-w-tab-content {
  position: relative;
  display: block;
  padding-bottom: 10vh;
  overflow: hidden;
}
.css-w-tab-pane {
  position: relative;
}
.css-overview-product-cards {
  display: block;
  width: 100%;
  height: 100%;
  padding: 48px 240px 0;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.tabs, .wrapper-tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#tab1 {
  display:flex;
  flex-wrap: wrap;
}
#tab1 div:first-child {
  flex-basis: calc(100% - 350px);
}
#tab1 div:last-child {
  flex-basis: 350px;
  padding-left: 25px;
}
.account-profile-desc h3 {
  margin: 0;
  padding: 0;
}
.yt {
  margin-bottom: 25px;
}


/* HOMEPAGE */

.smart_container {
  background: #fdf4e6;
  position: relative;
  color: #230078;  
}
.css-container {
  color: inherit;
  margin: 0 auto;
  max-width: 1184px;
  padding: 0 32px;
  text-align: left; 
}
.css-spacer {
  height: 64px;
  width: 100%;
}
.css-smallspacer {
  height: 24px;
  width: 100%;
}
.css-maxpacer {
  height: 10vh;
  width: 100%;
}
.css-padheader {
  padding-top: 10vh;
  width: 100%;
}
.css-h1 {
  font-family: Manrope,-apple-system,system-ui,BlinkMacSystemFont,Helvetica,Arial,Segoe UI,Roboto,sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
  font-size: 72px;
  line-height: 76px;
  font-size: 0px;
  background-image: url(smartunatc.svg);
  background-repeat: no-repeat;
  height: 100px;
  display: block;
}
.css-h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #222d38;
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
}
.css-help {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgb(25 0 65 / 8%), 0 8px 16px -12px rgb(25 0 65 / 32%);
  border-radius: 40px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.css-input-help {
  border: none!important;
  color: #230078;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  outline: none;
  padding: 16px 24px!important;
  text-overflow: ellipsis;
  width: 100%;
}
.css-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  margin: 0;
  position: relative;
}
.css-gridlink {
  font-family: 'Brown LL',Manrope,-apple-system,system-ui,BlinkMacSystemFont,Helvetica,Arial,Segoe UI,Roboto,sans-serif;
  cursor: pointer;
  display: inline-block;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgb(25 0 65 / 16%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  text-decoration: none;
  -webkit-text-decoration: none;
  color: #230078;  
  border: 1px solid rgb(25 0 65 / 16%);  
}
.css-gridlink:hover {
  background: #f9f8fb;
}
.css-smalltitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin: 0 0 8px;
  opacity: 0.6;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.css-linktitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Brown LL';
  color: #230078;
}
.css-lip {
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background: #ffffff;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
}
.fdiText {
  font-family: 'Brown LL';
  color: #000;
  max-width: 550px;
}


/* evaluare */

.css-hero {
  position: relative;
  overflow: visible;
  padding: 0;
  font-family: Hellix,Arial,sans-serif;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 0;  
}


.css-hero-left-quote {
  z-index: 1;
  max-width: 1124px;
  padding-top: 200px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  min-height: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
}

.css-overview {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.css-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-bottom: 80px;
  margin-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}


/* glow */

.css-overview-performance-glow {
  background-image: radial-gradient(circle farthest-side at 50% 50%,#1fae96,rgba(31,174,150,0));
  -webkit-filter: blur(80px);
  filter: blur(80px);
  transform: translate3d(-110px, -10px, 0px) scale3d(1, 1, 1) rotateX(    0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;  
}
.css-overview-performance-glow {
  left: -10%;
  top: 30%;
  right: auto;
  bottom: auto;
  height: 280px;
  pointer-events: none;
}
.css-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.css-overview-performance-glow {
  position: absolute;
  left: -7%;
  top: -4%;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 420px;
  height: 310px;
  border-radius: 13%;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-side at 50% 50%,rgb(24 123 106 / 52%),rgba(31,174,150,0) 61%);
  opacity: .4;
  -webkit-filter: none;
  filter: none;
  filter: blur(8px);
}
.css-overview-analytics-glow {
  position: absolute;
  left: 35%;
  top: -40%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 400px;
  height: 280px;
  border-radius: 13%;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-side at 50% 50%,#f1ae21,rgba(241,174,33,0));
  opacity: .4;
  -webkit-filter: blur(80px);
  filter: blur(80px);
}

.css-overview-analytics-glow {
  transform: translate3d(120px, -80px, 0px) scale3d(1, 1, 1) rotateX( 0deg) rotateY( 0deg) rotateZ( 0deg) skew( 0deg, 0deg); 
  transform-style: preserve-3d;
  left: 0;
  top: -30%;
  height: 280px;
}

.css-col-70 {
  position: relative;
  overflow: visible;
  width: 70%;
  min-height: 15px;
  margin-bottom: 0;
  padding-right: 104px;
  padding-left: 0;
  border-radius: 0;
}

.css-overview-hero-content {
  position: relative;
  z-index: 10;
}

.css-overview-heading-1 {
  margin-top: 0;
  margin-bottom: 16px;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #222d38;
  font-size: 48px;
  line-height: 110%;
  font-weight: 600;
}

.css-oveview-subhead {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 130%;
}

.css-overview-cta-primary {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 12px 40px 16px;
  border-radius: 40px;
  background-color: #0074e0;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff!important;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Brown LL';  
}
.css-id-input::placeholder {
  color: #222d38;
  font-size: 14px!important;
  font-family: 'Brown LL';
  text-transform: capitalize;
}
.css-id-input {
  border: 1px solid #eaf0ef!important;
  text-transform: uppercase;
  outline: none;
  height: 42px;
  border-radius: 40px!important;
  color: #222d38!important;
  padding: 5px 20px!important;
  background: #f7f8fb;
  margin-right: 15px;
  font-family: Manrope,-apple-system,system-ui,BlinkMacSystemFont,Helvetica,Arial,Segoe UI,Roboto,sans-serif;
}
.css-overview-engagement-glow {
  position: absolute;
  left: -25%;
  top: -80%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 400px;
  height: 280px;
  border-radius: 13%;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-side at 50% 50%,#e14e38,rgba(225,78,56,0));
  opacity: .4;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  -webkit-transition: .3s;
  transition: .3s;
}

.css-infoinput {
  margin-top: -30px;
  font-size: 14px;
  font-family: 'Alegreya Sans';
  margin-bottom: 15px;
}
.css-limited-w {
  max-width: 1120px;
}
.css-grey-container {
  padding-top: 80px;
  padding-bottom: 60px;
}
.css-grey-container {
  max-width: 1320px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f7fa),to(#fff));
  background-image: linear-gradient(180deg,#f5f7fa,#fff);
}

.css-centered {
  height: auto;
  padding-top: 40px;
  border-bottom: 1px #f0f2f5;
  text-align: center;
}

.css-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  min-height: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.css-limited-b {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.css-image-form {
  height: 84px;
  width: 84px;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
  background: #fff;
  padding: 3px;
  border-radius: 100%;
  border: 10px solid #f5faff;
}
.css-grid-fullwidth {
  width: 100%;
  grid-column: 1/span 2;
}
.css-grid-fullwidth svg {
  width: 35px;
  height: 35px;
}

/* select design */


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 20px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #414042;
  width: 360px;
  height: 60px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 20px 20px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #414042 transparent transparent transparent;
  position: absolute;
  top: 27px;
  right: 20px;
}
.select-styled:hover {
  background-color: #fafafa;
}
.select-styled:active, .select-styled.active {
  background-color: #f2f2f2;
}
.select-styled:active:after, .select-styled.active:after {
  top: 20px;
  border-color: transparent transparent #414042 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
}
.select-options li {
  margin: 0;
  padding: 10px 0;
  text-indent: 20px;
  border-top: 1px solid #e6e6e6;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: #d7dde4;
}
.select-options li[rel="hide"] {
  display: none;
}


/* rating 1-5 */

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}


/* upload TAB */
.css-interior-tab {
  padding: 20px 50px;
    margin-top: 50px;
    font-family: 'Brown LL';
    font-weight: 100;
}
.upload-content select {
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 4px 1px #0000001c;
  width: 100%;
}
.upload-content label {
  vertical-align: super;
  font-size: 12px;
  color: #4d565f;
  margin-top: 25px;
  margin-bottom: 5px;
  display: block;
}
.css-text-upload input {
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 4px 1px #0000001c;
  width: 100%;
}
.upload-content textarea {
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 4px 1px #0000001c;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.css-text-upload  {
  margin-top: 14px;
}





.upload-content input[type="submit"] {
  color: #333;
  border: 1px solid #333;
  margin: 25px 0;
}
#fileList, .courseslist ul {
  list-style-type:none;
  padding:0;
  margin:0;
  list-style-position: inside;
}
#fileList li {
  display: flex;
  justify-content: space-between;
}
#fileList li span {
  font-weight: bold;
}
#fileList li , .courseslist ul li{
  background: #b4f5b4;
  border: 1px solid #81e8a8;
  padding: 0 5px;
  margin-bottom: 5px;
}
.courseslist ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courseslist ul li a {
  color: #F00;
  text-decoration: none;
  text-transform: uppercase;
}
.progress { position:relative; border: 1px solid #ddd; padding: 1px; }
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; font-size:12px }

#fileList li.upload-file-error {
  background-color: #ff00004f;
  border-color: #ff0000;
}



@media (max-width: 768px) {
  .css-overview-tabs {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .css-overview-tab-item.css-w--current {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .css-account-bio {
    max-width: 100%;
  }
  .css-hero {
    z-index: 10;
    padding: 10px 20px;
  }
}