#event-branding-header{
    margin-top: 50px;
    font-weight: 100px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    color: #fc03e3 !important;

}

.admin-title{
    padding-top: 50px;
    color: #200842;
    display: flex;
    justify-content: center;
}



.sub-title{
    padding-top: 0px;
    color: #200842;
    display: flex;
    justify-content: center;
    margin-top:-20px;
}

  

.admin-card {
    padding: 40px;
    background: #fff;
    max-width: 360px;
    height:30px;
    border-radius: 10px;
    margin: 0px auto;
    text-align: left;
    width: 330px;
  }
  
  .highlight {
    font-weight: bold;
    color: #294;
  }
  
  .shadow1 { 
    float: left;
    margin-right: 40px;
    box-shadow: 0 5px 20px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
  }
  
  .shadow2 {
    float: left; 
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
  }

  .admin-grid{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
      grid-gap: 1rem;
      margin: 0 auto;
      margin-right: auto;
      margin-left: auto;
  }

  .admin-img{
      height: 55px;
      width: 55px;
  }

  .admin-p{
    color: #200842;
    margin-top:-25px;
    font-size: 15px;
  }

  .admin-span{  
    color: #200842;
    margin-top:20px;
    float:right;
    font-size: 15px;
    width: 190px;
    text-align: right;
    line-height: 17px;
  }

  .admin-btn {
    border: 2px solid #200842;
    background-color: white;
    color: #200842;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius:25px;
    float:right;
    margin-top:-65px;
  
  }

  .exhibitor-branding-header{
    margin-top: -20px;
    font-weight: 10px;
    font-size: 13px;
    margin-right:220px;
    float:right;
    position:relative;
    color: #fc03e3 !important;
  }


.exhibit {
    border-color: #200842;
    color: #200842;
  }
  
  .exhibit:hover {
    background-color:#200842;
    color: white;
  }

  .card.admin-card.box3 .admin-span {
    margin-top: 10px;
  }

  .extra-group-fields-admin-table {
    width: 100%;
  }
  .extra-group-fields-admin-table input {
    width: 100%;
  }

#sc_setting_font_awesome_selectbox {
  font-family: 'FontAwesome', sans-serif;
}
.form-group .form-check-input{
  width:40px!important;
  height:20px!important;
  margin-right: 10px!important;
}
.courses-ceckbox
{
  margin-left: 0px!important;
}
.user_list_container
{
  margin-top: 25px;
  padding-left: 0px!important;
}