

/*Заголовок расписания уроков*/
.miniheader {
  color: #FAFAFA;
  margin-top:30px;
  font-family: var(--family-1);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

/*-- Актуальные события --*/

.trainingshedule h3 {
    display: none;
}

 .trainingshedule .schedule-block {
   background: transparent;
   color: #333654 !important;
   font-family: var(--family-2),sans-serif;
    font-style: normal;
   padding: 0px; 
}
.schedule-block .event {
    margin-left: 0px;
    }

 .trainingshedule .day {
   background: #FFFFFF;
    margin-bottom: 20px !important;
    padding: 15px 15px 15px 40px;
}

.trainingshedule .day-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
   }

.trainingshedule .time {
  display:none;
}
.trainingshedule .record {
    padding-left: 0px !important;
}

.trainingshedule .event {
  font-size: 14px;
    color: #858698;
}

.trainingshedule .event a {
  font-size: 24px;
  font-weight: 400;
    color: var(--text-accent);
}

.trainingshedule .today a {
    color: var(--text-osn-2) !important;
}



/*контейнер прогресс-бара*/
.xdget-common-container {
    z-index: 35;
}
.xdget-visible-to-bg-admins {
    background-image: url(https://psy-university.ru/public/img/xdget-visiblie-to-bg/admins.png);
}

.i-block {
    margin: 0 0 20px;
    padding: 10px 30px 30px;
    background: #fff;
    border-radius: 0px;
}

/*Изучено уроков*/
.ach-header {
    min-height: 60px;
}

.achh-title {
     font-family: var(--family-2), sans-serif;
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    float: left;
    color: var(--text-osn-2);
}
/*сколько из скольки*/
.achh-count {
    position: relative;
    top: 10px;
    float: right;
   font-family: var(--family-2), sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    color: var(--text-osn-2);
}
/*сколько*/
.achh-count .st1 {
     font-family: var(--family-1), sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: var(--text-accent);
}

/*полоса шкалы*/
.ach-progressbar {
    position: relative;
    top: 0px;
    width: 100%;
    height: 16px;
    border: 1px solid var(--text-osn-2);
    -webkit-border: 1px solid var(--text-osn-2);
    -moz-border: 1px solid var(--text-osn-2); 
    -ms-border: 1px solid var(--text-osn-2); 
    }

/*заполнение полосы шкалы*/
.ach-progressbar .ach-line {
    position: relative;
    top: 2px;
    left: 2px;
    height: 10px;
    min-width: 10px;
    background: var(--text-accent);
   }

/*% полосы шкалы*/
.ach-perc {
    position: absolute;
    top: 5px;
    right: -5px;
    font-family: var(--family-2), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: var(--cS);
}

.ach-perc::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 8px;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 40px;
}

/*Заработанные быллы*/
.status_info_badge {
    background: var(--fon-osn);
    padding: 0px 0;
    margin: 0 auto;
    height: 120px;
}
.status_info_badge .html-content {
    color: var(--fon-osn-2);
    font-size: 18px;
     margin-top: 0px;
}
.status_info_badge .html-content p {
     padding: 0px 30px;
}
.achh-text {
  color: var(--fon-osn-2);
  font-family: var(--family-1), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.badge_summa {
  color: #AF1939;
  margin-left:10px;
  font-family: var(--family-1);
  font-size: 32px;
}

/*Рейтинг*/
.xdget-userScaleRating {
 background: #ffffff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
   border-top: 0px solid #ddd;
}
.xdget-userScaleRating td.text-right a{
    color: var(--fon-osn-2)!important;
    font-family: var(--family-2)!important;
    font-size: 20px;
}
.xdget-userScaleRating .badge {
    font-family: var(--family-1)!important;
    padding: 4px 8px;
    font-size: 14px;
    color: #fafafa;
    background-color: var(--text-accent);
    border-radius: 0px;
}

@media (max-width:1243px){
  .status_info_badge {
   height: 140px; 
  }
}
@media (max-width:991px){
  .status_info_badge {
   height: 120px; 
  }
}




