.tab-button-meet {
  background-image: url('meet.svg');
  background-repeat: no-repeat;
  background-position: center 6px; /* icon above text */
  background-size: 30px 30px;
}

.tab-button-meet-selected {
  background-image: url('meet.svg');
  background-repeat: no-repeat;
  background-position: center 6px; /* icon above text */
  background-size: 30px 30px;
}

.meet {
  background-image: url('meet.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center 6px !important; /* icon above text */
  background-size: 30px 30px !important;
}

@media (max-width: 1024px) {
  .tab-button-meet,
  .tab-button-meet-selected {
    background-position: 0.5em center !important;
    background-size: 1.2em 1.2em !important;
    padding: 0 0.5em !important;
    padding-left: 2.2em !important;
    text-align: left !important;
  }
  
  .tab-button-meet-inner {
    display: inline;
    font-size: 100%;
  }
}



/* .content {

    width: 100vw;
    height: 100vh;

    background-color: #abc;
} */
