html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-family: "futura-pt", sans-serif;
    background: #f3f3f3;
    scrollbar-gutter: stable;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #212121;
}

h1 {
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "futura-pt";
    font-weight: 500;
}

p {
    line-height: 1.2;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/static/frontend/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.53436aca8627.woff2") format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.sidebar {
    width: 250px;
}

.btn-link {
    color: #252525;
}

.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.navbar {
    padding: 0;
}

.navbar .nav-link {
    min-width: 60px;
}

.navbar .nav-link i {
    display: block;
    margin-bottom: 0.25rem;
}

.navbar .nav-link small {
    font-size: 0.9rem;
}

.navbar .user-img {
    display: block;
    width: 20px;
    height: 20px;
}

/*.nav-icon-link {*/
/*  font-size: 20px;*/
/*  margin-right: 0.25rem;*/
/*  padding: 0;*/
/*  text-align: center;*/
/*}*/

.user-nav .nav-item {
    display: flex;
    align-items: center;
}

.user-nav .dropdown-menu {
    right: 0;
    left: unset;
}

.post-block {
    max-width: 560px;
    width: calc(100% - 2rem);
    margin: 0 1.5rem;
}

.public-item-entry {
    min-width: 600px;
    max-width: 600px;
}

@media only screen and (max-width: 1200px) {
    .sidebar {
        display: none;
    }

    .post-block {
        margin: 0 auto;
    }
}

.btn-rounded {
    border-radius: 20px;
    border-width: 1px;
    margin-bottom: 5px;
    background: #fff;
    padding: 0.25rem 0.5rem;
}

.user-img,
.community-img,
.profile-img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    background-color: #e6e6e6;
}

.company-profile .profile-img{
    width: 120px;
    height: 120px;
    min-width: 120px;
    max-height: 120px;
}

.icon-holder {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
}

.community-img {
    min-width: 70px;
}

.user-img-link {
    height: 70px;
}

.company-view-entry a:hover {
    text-decoration: none;
}

.company-view-entry a:hover .community-description .company-name {
    text-decoration: underline;
}

.chat-list-entry {
    width: calc(100% - 1.5rem - 70px);
}

div .industry-preview:not(:last-child)::after {
    content: "·";
    padding: 0.5rem;
}

.community-img-tile {
    width: 170px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-color: #e6e6e6;
}

.image-container {
    position: relative;
}

.image-date-overlay {
    position: absolute;
    bottom: 20px;
    left: 19px;
    background-color: #fff;
    color: black;
    padding: 10px;
}

.image-contact-overlay {
    position: absolute;
    bottom: 20px;
    right: 19px;
    background-color: #143ba5;
    color: white;
    padding: 10px;
}

.tags-overlay {
    position: absolute;
    top: 20px;
    left: 20px;

}
.shared-overlay .badge {
    margin-right: 10px;
    background-color: #4f78ea;
    color: white;
}

.shared-overlay img {
    border-radius: 1%;
    object-fit: cover;
    width: 60px;
    margin-bottom: 6px;
}
.shared-overlay {
    text-align: center;
    position: absolute;
    display: flow;
    top: 20px;
    left: 20px;
    align-items: center;
    background-color: rgba(255, 255, 255);
    padding: 8px 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nopadding {
    padding: 0px !important;
    margin-bottom: 1px !important;
}

.single-member {
    margin-bottom: 0px !important;
    color: #252525;
    position: relative;
}

.visitor-content-wrapper {
    border: 5px solid #007bff;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}

.visitor-back-button {
    position: fixed;
    top: 95px;
    left: 25px;
    z-index: 1050;
}

.company-view-entry.border-hidden .single-member::before {
    border: none !important;
}

.community
.card-body
.company-view-entry:not(:first-child)
.single-member::before,
.community .card-body .single-member:not(:first-child)::before {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: calc(100% - 94px);
}

.user-info {
    display: inline-block;
    line-height: 1.2;
}

.user-name {
    color: #252525;
    white-space:nowrap;
}

.comment-bubble {
    background: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 0.75rem 0.75rem 0.25rem 0.75rem;
    max-width: calc(100% - 4.2rem);
}

.comment .user-img {
    width: 50px;
    height: 50px;
}

.created-date-text-thread {
    float: left;
    line-height: 1.4;
}

.created-date-text {
    float: right;
    line-height: 1.4;
}

.comment-form {
    width: 100%;
}

.thread-el .carousel-item {
    max-height: 500px;
}

.carousel-control-next,
.carousel-control-prev {
    background: none;
    border: none;
}

.thread-img-prev,
.thread-img-next {
    border: solid black;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 10px;
}

.thread-img-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.thread-img-prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.thread-title {
    font-weight: bold;
}

.delete-comment-hint {
    color: red;
    text-decoration: none;
}

.edit-comment-hint {
    color: blue;
    text-decoration: none;
}

.card-header,
.card-footer {
    background-color: rgba(0, 0, 0, 0.06);
}

.news-title .badge {
    vertical-align: top;
}

.recent-user a {
    display: flex;
    align-items: center;
}

.recent-user .user-img {
    width: 35px;
    height: 35px;
}

.recent-user a,
.chat-list a {
    color: #252525;
}

.recent-user a.more-user {
    color: #143ba5;
    text-decoration: none !important;
}

a.more-user:hover .more-user-label {
    text-decoration: underline !important;
}

.recent-user .more-user .user-img {
    display: flex;
    align-items: center;
}

.recent-user .more-user .user-img .material-icons {
    margin: 0 auto;
}

.capacity-info {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.bar {
    content: "";
    display: inline-block;
    width: 1.5rem;
    background: #f0f0f0;
    height: 0.75rem;
    margin: 0 0.1rem;
}

.medium.bar {
    height: 1.25rem;
}

.high.bar {
    height: 1.75rem;
}

.filtered-community-entry-hidden {
    display: none;
}

.active-bar {
    background: #143ba5;
}

.capacities small {
    display: block;
}

.capacities {
    width: 125px;
}

.capacity-graph {
    text-align: center;
}

.selected-tag {
    background: #143ba5;
    color: white;
}

.quick-links a {
    display: block;
    color: #252525;
}

.quick-links div a:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.new-post textarea.form-control {
    height: calc(1.5em + 0.75rem + 2px);
}

textarea {
    min-height: 150px;
}

.new-post .user-img, .comment-form .user-img {
    width: 44px;
    height: 40px;
}

.like-count {
    padding: 5px;
}

.tag-info {
    color: #e41515;
}

.hbContainer {
    max-width: 400px;
    margin: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.item-pill {
    display: inline-block;
    padding: 0.4rem 0.6rem;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    margin-right: 2px;
    margin-bottom: 6px;
    background: white;
}

.social-media-item {
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.social-media-item i {
    position: relative;
    color: black;
    top: calc(50% - 8px);
}

.input-btn {
    border-radius: 25px;
    background: white;
    color: black;
    border: 1px solid #d2d2d2;
}

.fc-cell-header {
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.fc-cell-header-no-cursor {
    padding-top: 4px;
    padding-right: 4px;
}

.fc-cell-content {
    padding-left: 4px;
    padding-bottom: 1px;
}

.fc-cell-add-icon {
    color: #143ba5;
    font-size: 0.75em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fc-cell-date-text {
    font-size: 0.75em;
}

.fc-cell-edit-div {
    cursor: pointer;
}

.fc-cell-edit-icon {
    cursor: pointer;
}

.company-filter-info {
    display: none;
}

.company-entry-tile {
    background: white;
}

.search-results {
    position: absolute;
    background: white;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0.25rem 1rem rgb(48 55 66 / 30%);
    font-size: 1rem;
    margin-top: calc(1.5em + 0.75rem + 2px);
}

#search-results-list {
    padding: 0;
    margin: 0;
}

#search-results-list li {
    list-style: none;
}

/*         Rooms Booking Table CSS          */

#booking-table-wrapper {
    width: 100%;
    overflow-x: clip;
    background-color: #fff;
    margin-bottom: 35px;
    position: relative;
    overscroll-behavior: contain;
}

#booking-table-header-wrapper{
    font-weight: bold;
    text-align: center;
    position: sticky;
    top: 52px;
    z-index: 999;
    background: #fff;
}

#booking-table-header-inner-wrapper
{
    overflow-x: hidden;
}

#booking-table-header-inner-wrapper div, .floor div
{
    min-width: 92px;
    height: 36px;
    background-color: #fff;
    padding: 0.5rem;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
}
#booking-table-header-inner-wrapper div
{
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
}

.floor div
{
    border-bottom: 2px solid #e2e2e2;
    border-right-width: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#booking-table-header-inner-wrapper div:first-child, .floor div:first-child{
    min-width: 150px;
    text-align: left;
}

#location-name-div {
    min-width: 550px;
}

#room-top-div{
    border-right-width: 2px;
    max-width: 150px;
}

#booking-table-header-inner-wrapper div:first-child
{
    position: sticky;
    left: 0;
    z-index: 998;
}

#booking-table-header-inner-wrapper div:last-child{
    border-right: none;
}

#booking-table-body-wrapper .floor:last-child div
{
    border-bottom: 2px solid #e2e2e2;
}

.floor {
    font-weight: bold;
}

.floor div:last-child{
    width: 100%;
    border-right: none;
    cursor: pointer;
}

.floor {
    position: sticky;
    top: 88px;
    z-index: 999;
    background: #fff;
}

.td-btn
{
    color: black !important;
    cursor: pointer;
}

.floor_btn
{
    position: absolute;
    right: 0;
    margin-right: 10px;
}

.floor_btn span
{
    margin-right: 10px;
}

.booking-table {
    table-layout: fixed;
}

.booking-table.table-bordered {
    width: 2358px;
}

.booking-table.table-bordered {
    border: none;
}

.booking-table td {
    height: 50px;
    width: 23px;
    color: #fff;
}

.booking-table th {
    width: 150px;
    border-right: none;
    border-left: none;
    position: sticky;
    left: 0;
    z-index: 998;
    background: #fff;
    padding-right: 2px;
}

.booking-table th::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 2px solid #e7e7e7;
}

.booking-table tr td:nth-child(2)
{
    border-left: none;
}

.booking-table tr:first-child :is(th, td)
{
    border-top: none;
}
.booking-table tr:last-child :is(th, td)
{
    border-bottom-width: 2px;
}
#booking-table-body-wrapper div:last-child tr:last-child :is(th, td)
{
    border-bottom: 2px solid #e2e2e2;
}

.booking-table tr th:first-child {
    text-align: left;
}

.booking-table tr td:first-child {
    background: #fff;
    color: #252525;
}

.booking-table tr td:first-child {
    width: 149px;
}

.booking-table tr td:first-child {
    border-left: none;
    border-right-width: 2px;
}

.booking-table tr th:last-child,
.booking-table tr td:last-child {
    border-right: none;
}

.booking-information {
    cursor: pointer;
}

.booking-information,
.booking-information-not-clickable {
    overflow: hidden;
    padding: 0 0.5rem;
    width: 100%;
    height: 100%;
    max-height: 32px;
    line-height: 16px;
}

.booking-trigger {
    content: "";
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking-table tr th:first-child,
.booking-table tr td:first-child,
.booking-cell {
    padding: 0.5rem;
}
.floor_rooms
{
    overflow: hidden;
}

#custom_scroller_wrapper
{
    width: 100%;
    margin: auto;
    height: 20px;
    overflow-y: clip;
    overflow-x: scroll;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #f3f3f3;
}

#custom_scroller
{
    content: "";
    width: 2358px;
}

/*         End of Rooms Booking Table CSS          */

.custom-file-picker-sm input {
    height: calc(1.5em + 0.5rem + 2px);
}

.custom-file-picker-sm label {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.custom-file-picker-sm .custom-file-label::after {
    height: calc(1.5em + 0.5rem);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

#calendar .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1rem;
}

.input-group .flatpickr-wrapper {
    width: 100%;
}

.input-group .flatpickr-wrapper .flatpickr {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #505050;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group .flatpickr-wrapper .flatpickr:focus {
    color: #505050;
    background-color: #fff;
    border-color: #4f78ea;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(20 59 165 / 25%);
}

.community-container-icon {
    font-size: 15px;
    margin-right: 0.35rem;
}

.hidden-comment {
    display: none;
}

.card-content-preview {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nounderline {
    text-decoration: none !important;
}

.navbar-collapse.mobile-user-nav {
    display: none !important;
}

.navbar-collapse.mobile-user-nav.show {
    display: block !important;
}

.navbar-toggler-custom {
    display: none;
}

.main-nav.navbar-collapse {
    flex-grow: 0;
}

.selected-hub {
    box-shadow: rgba(149, 157, 165, 0.6) 0px 15px 28px,
    rgb(20, 59, 165) 0px 0px 0px 1px;
}

#messages {
    height: 500px;
    overflow-y: auto;
}

.chat-msg {
    background: #f3f3f3;
    max-width: 80%;
    border-radius: 4px;
    padding: 0.6rem 1rem 0.75rem;
    position: relative;
    line-height: 1.2;
}

.sending .chat-msg {
    background: linear-gradient(90deg, #f3f3f3, #ddd, #f3f3f3, #ddd);
    -webkit-animation: loadingMsg 1s linear infinite;
    -moz-animation: loadingMsg 1s linear infinite;
    animation: loadingMsg 1s linear infinite;
    background-size: 300% 300%;
}

@-webkit-keyframes loadingMsg {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@-moz-keyframes loadingMsg {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes loadingMsg {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.chat-msg-timestamp span {
    font-size: 12px;
    color: #a9a9a9;
}

.chat-msg-name span {
    font-weight: bold;
    font-size: 12px;
}

.chat-controls {
    background: #f0f0f0;
    position: relative;
    z-index: 100;
}

.chat-controls textarea {
    resize: none;
}

.recipient-msg {
    text-align: left;
}

.sender-msg {
    text-align: right;
}

.recipient-msg .chat-msg {
    border-bottom-left-radius: 0;
}

.sender-msg .chat-msg {
    border-bottom-right-radius: 0;
}

.chat textarea {
    min-height: 0;
    border-right-width: 0;
    border-left-width: 0;
}

.chat-list h6 {
    display: inline-block;
}

@media only screen and (max-width: 992px) {
    .user-nav {
        display: none;
    }

    .mobile-user-nav {
        display: block;
    }

    .search-form {
        display: none !important;
    }

    .navbar-toggler-custom {
        display: block;
    }
}

.unread-notification {
    box-shadow: rgba(20, 59, 165, 0.35) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.unread-chat-text {
    font-weight: bold;
}

.add-participant-bloc,
.group-settings-bloc {
    position: relative;
}

.add-participant-bloc > .btn {
    height: 36px;
    width: 35px;
    overflow: hidden;
    float: right;
}

.notification-number {
    position: absolute;
    top: 0;
    right: calc(50% - 20px);
    background: red;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: white;
    line-height: 19px;
    font-size: 14px;
}

.group-settings-bloc .btn,
.group-information-bloc .btn {
    height: 36px;
    width: 35px;
    overflow: hidden;
    float: right;
}

.hubclub-logo-text-wrapper {
    width: 100%;
    margin-top: 15vh;
    margin-bottom: 50px;
}

.hubclub-logo-text-wrapper img {
    width: 115px;
    border-right: 2px solid #d4d4d4;
    display: inline-block;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    vertical-align: top;
}

.hubclub-logo-text-wrapper h1 {
    display: inline-block;
    color: black;
    letter-spacing: 0;
    margin-top: -9px;
    text-align: left;
}

.hubclub-logo-text-wrapper h1 span {
    color: black;
}

.privacy ul li {
    margin-bottom: 10px;
}

.room-table-date-picker {
    border-top: 1px solid var(--secondary) !important;
    border-bottom: 1px solid var(--secondary) !important;
    border-top: 1px solid var(--secondary) !important;
    border-bottom: 1px solid var(--secondary) !important;
    color: white;
    border-left: none;
    border-right: none;
}

.room-table-date-picker::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.room-table-date-picker:focus::-webkit-calendar-picker-indicator {
    filter: invert(0);
}

.job-item {
    position: relative;
}

.pending-job {
    background-color: #fecfc3;
    animation: pending_job_background 5s infinite;
}

@keyframes pending_job_background {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: #fecfc3;
    }
    100% {
        background-color: #ffffff;
    }
}

.job-company-logo {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid black;
    flex: 0 0 75px;
}

.job-details {
    padding-top: 5px;
    padding-left: 10px;
}

.job-title {
    font-size: 20px;
    font-weight: bold;
}

.job-company-name-location {
    margin-top: 10px;
    color: #757575;
    font-size: 18px;
}

.job-published-on {
    margin-top: 2px;
    color: #757575;
    font-size: 14px;
    width: 100%;
    text-align: right;
}

.job-published-on {
    float: right;
}

.job-description {
    margin-bottom: 5px;
    font-size: 16px;
    white-space: pre-line;
    margin-top: -1em;
}

.limited-text {
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-edit-button {
    cursor: pointer;
    position: absolute;
    right: 42px;
    top: 15px;
}

.job-remove-button {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.job-fold-details div:not(:last-child) {
    margin-bottom: 15px;
    font-size: 16px;
}

.job-specifications div{
    font-size: 12px;
    margin: 6px 4px 0 0;
    display: inline-block;
}

.show-job-details, .hide-job-details {
    margin-top: 10px;
    color: #143ba5;
}

.show-job-details:hover, .hide-job-details:hover {
    text-decoration: underline;
    cursor: pointer;
}

.job-custom-pill {
    background-color: #143ba5;
    border-radius: 20px;
    padding: 3px 5px;
    color: white;
}

#modal-errors
{
    color: darkred;
    margin-top: 20px;
}

.jobs-filters-container .ss-disabled{
    color: #252525;
}

.jobs-filters-container{
    margin-bottom: 10px;
}

#job-post-functions-container [class*="col"]{
    padding: 0;
}

#job-post-functions-container{
        margin-bottom: 1.5rem;
}

.jobs-grouping-btn {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    padding: 10px;

}

.invalid-form-group {
    border: 1px solid darkred !important;
    box-shadow: 0 0 5px darkred !important;
}

.chevron_pos
{
    position: absolute;
    right: 20px;
    top: 12px;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.custom-tagify{
    height: auto;
    --tag-bg                  : #143ba5 ;
    --tag-hover               : red;
    --tag-text-color          : #FFF;

    --tag-text-color--edit    : #111;
    --tag-remove-bg           : var(--tag-hover);
    --tag-remove-btn-bg--hover: black;
}

.custom-tagify .tagify__tag__removeBtn{
    color: #FFF;
}

#job-page-side-bar
{
    margin-right: 25px;
    min-width: 250px;
    max-width: 250px;
}

.tags-area {
    display: none;
  }

  .card-img-bottom {
    text-align: center;
    line-height: 40px;
  }
  
  .card-img-bottom::before {
    height: 30px;
    display: inline-block;
    padding-left: 1.3rem;
    font-style: italic;
  }

  #postContent{
    position: relative;
    height: 140px;
  }

  
#postContent.placeholder::before {
    content: "Enter Content (max. 500 characters)";
    position: absolute;
    color: #757575;
  }

  .scroll-arrow {
    position: absolute;
  top: 50%;
  z-index: 1001;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 12px;
  }

.scroll-arrow-right {
    right: -65px;
  }

  .scroll-arrow-left {
    left: -65px;
  }

  .room-table-main-wrapper {
    position: relative;
  }

  #createThread .search-results, .comment-form .search-results {
    margin-top: 0;
    width: calc(100% - 2rem);
    z-index: 100;
  }

  #createThread .search-results ul, .comment-form .search-results ul  {
    list-style-type: none;
    padding: .5rem;
    margin: 0;
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #createThread .new-post .user-img, .comment-form .user-img {
    width: 40px !important;
  }

  #createThread .search-results a, .comment-form .search-results a {
    cursor: pointer;
  }

  #createThread .search-results a:hover, .comment-form .search-results a {
    text-decoration: underline;
  }

  .tagged-person {
    visibility: hidden;
    background: #f3f3f3;
    position: absolute;
    z-index: 1;
    padding: .75rem 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
    left: 0;
}

.tagged-person-link:hover .tagged-person {
    visibility: visible;
}

.tagged-person-link:hover {
    color: blue;
}

.tagged-person-link {
    display: inline;
    position: relative;
}

.tagged-person-link .user-img {
    min-width: 70px;
    min-height: 70px;
}


  .dhlh-wiki-h3 {
    position: relative;
  background: #f3f3f3;
  }

  .dhlh-wiki-h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 19px;
    display: block;
    z-index: 100;
    background: #f3f3f3;
    bottom: -18px;
    border-bottom: 1px solid #ccc;
  }

  .clickup-embed {
    margin-top: -40px;
  }

.checkin-view {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.checkin-success {
    background: #22aa39;
}

.checkin-missing {
    background: #e20c13;
}

.checkin-already {
    background: #143ba5;
}

.rating-card {
    max-width: 33rem;
    background: #fff;
    margin: 0 1rem;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.mentor-flag-check .form-check-label {
    vertical-align: sub;
  }

  .badge.mentor-badge {
    padding: .25rem .5rem;
    font-weight: normal;
    font-size: .75rem;
  }

  .user-profile .badge.mentor-badge {
    font-size: 1rem;
  }

  .user-profile .badge.mentor-badge {
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
  }

  a.mentor-badge {
    color: #252525;
  }

  a.mentor-badge.badge-primary {
    color: #fff;
  }

  a.mentor-badge.badge-secondary {
    color: #fff;
  }

  .news-el .read-more-toggler {
    display: none;
  }

    .event-el .read-more-toggler {
    display: none;
  }

  .eligible-groups-container {
      line-height: 1.3;
      vertical-align: sub;
  }

  .event-location-text {
      vertical-align: sub;
  }

.location-text-container {
    align-self: baseline;
}

  .line-through {
    text-decoration: line-through;
  }

  .contingent-transactions-year-divisor {
    height: 0.65em;
    margin: 0 5%;
  }

  .contingent-transactions-year-divisor .contingent-transactions-year-divisor-icon {
      margin-right: 25%;
      background-color: #fff;
      padding: 0 2%;
  }

  .contingent-transactions-year-divisor .contingent-transactions-year-divisor-text {
      font-size: 0.9em;
      font-family: 'FuturaPT', sans-serif;
  }

  .cursor-pointer {
      cursor: pointer;
  }