/* --------------------------------------------------------------------------------------------------------------*/
/* General Conference Management */
/* --------------------------------------------------------------------------------------------------------------*/


/* Title */
.app-page-title {
    line-height: 18px;
    border-radius: 10px;
    overflow: hidden;
}
.app-page-title h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 !important;
}
.app-page-head .breadcrumb {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Footer Links */
#block-mak-events-footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

/* Menus */
.primary-menu-wrap .menu-main.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.primary-menu-wrap .menu-main.navbar-nav .menu-main__submenu {
    width: 250px;
}



/* Form Override */
/* --------------------------------------------------------------------------------------------------------------*/

.form-text {
    margin-top: 0.25rem;
    font-size: 1rem;
    color: #333;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

/* Views Override CSS */
.profpic {
    background: #e8ebe8;
    padding: 15px;
}
.organisation {
    font-size: 14px;
    line-height: 20px;
    color: #8e8989;
    display: inline-block;
}

/* Views Override CSS */
/* --------------------------------------------------------------------------------------------------------------*/


.user-basic-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.user-basic-info .views-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #090909;
    display: block;
}

