﻿.mbd-list-default {
  img {
      max-width: 30%;
  }
}

/* Apply styles
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: .5rem;
   .Rtable-row {
    width: 100%;
    display: flex;
    border: 1px solid var(--text-dark-4);
    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;
}