﻿.mbd-list-default {
 
    img {
        max-width: 30%;
    }
}
.mbd-list-default .lessons{
  width: 80rem ;
  max-width: 100%;
  gap:1.5rem ;
  margin: auto;
}
.mbd-list-default .item{
  border-radius: var(--radius-5);
  box-shadow: var(--shadow-3);
  padding: 0.5rem 4rem;
  width: calc((100% - 1.5rem) / 2);
}
.mbd-list-default .number{
  width: 3rem;
    height: 2.5rem;
    background-color: var(--secondary-light-2);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
/* Apply styles
================================== */
.Rtable {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: .5rem;
     .Rtable-row {
      width: 100%;
      display: flex;
      border: 1px solid var(--text-light-2);
      border-radius: var(--b-radius);
      align-items: center;
      
      
      .Rtable-cell {
        box-sizing: border-box;
        flex-grow: 1;
        padding: 0.8em 1.2em;
        overflow: hidden; 
        list-style: none;
  
        &.column-heading {
          color: white;
          padding: 1em;
        }
  
        .Rtable-cell--heading {
          display: none;
        }
  
        .Rtable-cell--content {
          a {
            font-size: 2em;
            color: #333;
          }
          
          .webinar-date {
            font-weight: 700;
          }
        }
      }
    }
    .Rtable-row--head {border:none !important}
  }
  
  /* Responsive
  ==================================== */
  
  
  .no-flexbox .Rtable {
    display: block;
    
    &.Rtable-cell {
      width: 100%;
    }
  }
  
  .filebackground {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 27 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10057_4197)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 8.06678H23.7179V5.58469C23.7179 4.90026 23.1429 4.34365 22.4359 4.34365H14.1026C13.9526 4.34365 13.8077 4.29277 13.6923 4.20031L10.0244 1.24104H2.5641C1.85705 1.24104 1.28205 1.79765 1.28205 2.48209V6.82574H25V8.06678H1.28205H0V2.48209C0 1.11322 1.15 0 2.5641 0H10.2564C10.4064 0 10.5513 0.0508828 10.6667 0.14334L14.3346 3.10261H22.4359C23.85 3.10261 25 4.21582 25 5.58469V8.06678Z' fill='%23CC0000'/%3E%3Cpath d='M25 8.06678H23.7179V5.58469C23.7179 4.90026 23.1429 4.34365 22.4359 4.34365H14.1026C13.9526 4.34365 13.8077 4.29277 13.6923 4.20031L10.0244 1.24104H2.5641C1.85705 1.24104 1.28205 1.79765 1.28205 2.48209V6.82574H25V8.06678H1.28205H0V2.48209C0 1.11322 1.15 0 2.5641 0H10.2564C10.4064 0 10.5513 0.0508828 10.6667 0.14334L14.3346 3.10261H22.4359C23.85 3.10261 25 4.21582 25 5.58469V8.06678Z' stroke='white' stroke-width='0.2'/%3E%3Crect y='6' width='27' height='18' rx='2' fill='%23F52121' stroke='%23CC0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10057_4197'%3E%3Crect width='27' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .border-left{
    border-left:1px solid var(--text-light-2);
  }
  .remodal-result {max-width:1320px}
  .max-height-30 {
    max-height: 30rem;
    overflow-y: auto;
    overflow-x: hidden;
}