.meeting-module-admin-container {
    display: flex;
    flex-direction: row;
}

.meeting-module-content {
    padding-left: 15px;
    width: 100%;
}
span.meeting-module-admin-name {
    display: block;
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 5px;
}
span.meeting-module-admin-title {
    display: block;
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 5px;
}
span.meeting-module-admin-boxes {
  display: block;
}

.meeting-module-section .meeting-module-filters {
    padding: 30px 0;
}

.meeting-module-section .meeting-module-filter {
    background-color: #f0f6fe;
    border-radius: 10px 10px 0 0;
    border: none;
    padding: 20px 40px;
    color: #00053d;
    cursor: pointer;
    font-size: 20px;
    display: block;
    line-height: 120%;
    -webkit-transition: all 400ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 400ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.meeting-module-section .meeting-module-filter.active {
    background-color: #0B5CFF;
    color: #fff;
}
.meeting-module-section .meeting-module-filter.active:hover{
    background-color: #0B5CFF;
    color: #fff;
}
.meeting-module-section .meeting-module-filter:hover {
  background-color: #B5D0F8;
  color: #00053d; 
}
.meeting-module-section .meeting-box {
    display: none;
    flex-direction: row;   
    margin-top: 25px;
    width: calc(100% + 2rem);
    flex-wrap: wrap;
}
.icon-title-box {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #e1e1e6;
    padding: 20px;
    border-radius: 10px;
    transition: box-shadow .25s ease-out;
}
.icon-title-box .icon {
    flex-shrink: 0;
    position: relative;
}
.icon-title-box .icon img {
    width: 40px;
    position: relative;
    z-index: 100;
    transition: .25s ease-in;
}

.meeting-module-section .intro-content {
  padding: 35px 0 15px;
}
.meeting-module-section .box-title {
    display: block;
    margin-top: 0;
    padding: 0;
    font-size: 1.25rem;
    -webkit-transition: all 400ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 400ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
    flex-grow: 1;
    margin-left: 20px;
}
.meeting-module-section .member-title {
    font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 5px;
}
.mobile-content {
  display: none;
}
.meeting-box {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    display: none;
    -webkit-transition: all 400ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 400ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
    cursor: pointer;
    margin-bottom: 2rem;
}
.meeting-box.active {
  display: block;
  -webkit-animation:pop-in 0.5s;
  -moz-animation:pop-in 0.5s;
  -ms-animation:pop-in 0.5s;
}
.meeting-box.hide {
    display: none;
}
.meeting-box img {
    width: 100%;
}
.meeting-box .modal-overlay {
  display: none;
}
.modal-active .modal-overlay.mobile-content.active-content {
  display: block;
}
.modal-active .modal-overlay.desktop-content.hide-content {
  display: none;
}
.meeting-box-modal-overlay.modal-active {
    display: block !important;
}
.meeting-box-name-title .box-title span {
    display: block;
    width: 100%;
}

.meeting-box-name-title .box-title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.meeting-box-modal-overlay {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: none;
    width: 100%;
    z-index: 1000;
}
.meeting-box-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F6F7F9;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 100px);
  transition: all .15s linear;
  transform: scale(0.8);
  margin: 60px auto;
  border-radius: 12px;
  padding: 30px;
  display: none;
}
.meeting-box-modal.modal-active {
  display: block;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(1);
  transition: all .15s linear;
}
.modal-tabs {
  display: flex;
  justify-content: center;
  margin-bottom:30px;
}
.modal-tabs a.selected{
  color: #000000;
}
.modal-tabs a.selected i{
  color: #0B5CFF;
}
.modal-tabs a:last-child {
    margin-right: 0;
}
.modal-tabs a i {
    display: block;
    text-align: center;
    font-size: 34px;
    margin-bottom: 5px;
}
.modal-tabs a {
    color: #c4c4c4;
    font-size: 16px;
    margin-right: 50px;
    text-transform: uppercase;
}
.modal-tabs a i {
    color: #c4c4c4;
}
.meeting-box:nth-child(1) .meeting-img-bg {
  background: #C1F0F0;
}
.meeting-box:nth-child(2) .meeting-img-bg {
  background: #F7D8B7;
}
.meeting-box:nth-child(3) .meeting-img-bg {
  background: #B5D0F8;
}
.meeting-box:nth-child(4) .meeting-img-bg {
  background: #F0BFCD;
}
.meeting-box:nth-child(5) .meeting-img-bg {
  background: #DFD1F0;
}
.meeting-box:nth-child(6) .meeting-img-bg {
  background: #FAF1C4;
}

.meeting-box:nth-child(7) .meeting-img-bg {
  background: #C1F0F0;
}
.meeting-box:nth-child(8) .meeting-img-bg {
  background: #F7D8B7;
}
.meeting-box:nth-child(9) .meeting-img-bg {
  background: #B5D0F8;
}
.meeting-box:nth-child(10) .meeting-img-bg {
  background: #F0BFCD;
}
.meeting-box:nth-child(11) .meeting-img-bg {
  background: #DFD1F0;
}
.meeting-box:nth-child(12) .meeting-img-bg {
  background: #FAF1C4;
}
.icon-title-inner .meeting-img-bg {
  width:50px;
  height:50px;
  display:flex;
  border-radius:999px;
  position:absolute;
  top: calc(50% - 25px);
  left:0;
  right:0;
  margin:auto;
  z-index:1;
  opacity:0;
  transition:.25s ease-in;
  -webkit-transition:transform .25s ease-in;
}
.icon-title-inner {
transition: box-shadow .25s ease-out;
}
.icon-title-inner:hover, .icon-title-inner:focus {
  outline:none;
  /*border:none;*/
  box-shadow:0 4px 16px 0 rgba(0,0,0,.16);
  border-radius:12px;
}
.icon-title-inner:hover .icon img, .icon-title-inner:focus .icon img {
  -webkit-transform: translateX(-8px) translateY(-8px);
  transform: translateX(-8px) translateY(-8px);
}
.icon-title-inner:hover .meeting-img-bg, .icon-title-inner:focus .meeting-img-bg {
  -webkit-animation-name: slideZ;
  animation-name: slideZ;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes slideZ {
  0% { opacity:1; }
  25% { opacity:1; }
  50% { opacity:1; }
  100% {     
    opacity: 1;
    -webkit-transform: translateX(8px) translateY(8px);
    transform: translateX(8px) translateY(8px); 
  }
}
@media (min-width: 768px) {
  .meeting-box-modal {
    max-width: 800px;
    width: 90%;
  }
  .meeting-module-filter-container {
    display: flex;
    gap: 2px;
}
.icon-title-box {
    padding: 40px;
}
}
@media only screen and (min-width: 880px) {
  .meeting-box-modal.modal-active {
    overflow: hidden;
    overflow-y: auto;
  }
}
span.close-button {
    position: absolute;
    top: 2%;
    right: 3%;
    color: #000;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-transition: all 400ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 400ms cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
span.close-button:hover {
  font-size: 2rem;
  color: #c20f2f;
}
.meeting-box-modal-content {
    display: block;
    width: 100%;
}
.meeting-box-modal-image img {
    margin-bottom: -8px;
}
.modal-active .meeting-box-modal-image {
    width: 100%;
    display: none;
}


@media only screen and (min-width: 641px) {
  .meeting-box {
    width: 50%;
    max-width: 50%;
  }
  .meeting-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
}
@media only screen and (min-width: 881px) {
  .meeting-box {
    width: 33.3333%;
    max-width: 33.3333%;
  }
  /*.meeting-box-modal-image {
    max-width: 220px;
    display: inline-block;
  }*/
  .meeting-box-modal-content-area {
    display: inline-block;
    width: 100%;
    padding-left: 2rem;
    vertical-align: top;
  }
}


@-webkit-keyframes pop-in {
  0% { opacity: 0; -webkit-transform: scale(0.5); }
  100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
  0% { opacity: 0; -moz-transform: scale(0.5); }
  100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
  0% { opacity: 0; transform: scale(0.5); }
  100% { opacity: 1; transform: scale(1); }
}