



/* ------------- 
content start - modul.css
------------- */

/* стиль доступных тренингов */
.isViewPage .stream-table tbody {
    background: #EFCCDC;
    border-radius: 24px;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}
.isViewPage .stream-table tbody tr td {
    border-radius: 24px;
}
.isViewPage .xdget-trainingList .stream-table {
    margin: 0;
}
.isViewPage .stream-table tbody tr td {
  padding: 0;
    height: 100%;
    display: block;
}
.isViewPage .stream-table tbody tr a {
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 0px 16px rgba(222, 233, 238, 0.47);
    border-radius: 16px;
    min-height: 180px;
    padding: 16px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    height: 100%;
}
.isViewPage .stream-table tbody tr a::after {
  position: absolute;
    top: 16px;
    left: 16px;
    content: 'Доступен';
    background: #D36F9B;
    border-radius: 6px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    padding: 6px 10px;
}
.isViewPage .stream-table tbody tr.no-public a::after {
  position: absolute;
    top: 16px;
    left: 16px;
    content: 'Не доступно';
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    padding: 6px 10px;
}
.isViewPage .stream-table tbody tr.no-public a::before {
  position: absolute;
   bottom: 16px;
    right: 16px;
    content: 'Открыть';
    background: #BF457350;
    border-radius: 5px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    padding: 12px 16px;
  display: none;
}
.isViewPage .stream-table tbody tr a::before {
  position: absolute;
   bottom: 16px;
    right: 16px;
    content: 'Открыть';
    background: #BF4573;
    border-radius: 5px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    padding: 12px 16px;
}
.isViewPage .stream-table tbody tr a div {
  display: none;
}
.isViewPage .stream-table a .stream-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 24px;
  position: absolute;
  top: 64px;
}



@media (max-width: 1200px) {
    #new-trainings.new-trainings__content,
    .new-trainings__content,
    .stream-table tbody {
      grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1100px) {
    #custom-container {
        display: flex;
        flex-direction: column;
    }
    #main-content {
        order: 2;
    }
    #sidebar {
        width: 100% !important;
        order: 1;
    }
    #open-dashboard {
      display: flex;
    }
}
@media (max-width: 568px) {
    #main-content,
    #sidebar {
        padding: 0;
    }
}





.main-page-block > .container {
    margin: 0 auto!important;
}

.stilspisok {
  padding-left: 50px
}
.stilspisok1 {
  padding: 10px;
}

/* ------------- 
content finish - modul.css
------------- */
