/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ldr-feedback-mark {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: var(--bb-primary-color);
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-weight: 500;
    color: white;
    margin-right: 5px;
}

a.ldr-feedback-button {
    text-align: right;
    float: right;
    font-size: 15px!important;
    border: 1px solid;
    border-radius: 5px;
    padding: 3px 6px;
    font-weight: 300;
}
span.ldr-feedback-given-button {
    text-align: right;
    float: right;
    font-size: 15px!important;
    border-radius: 5px;
    padding: 3px 6px;
    font-weight: 500;
    color: var(--bb-primary-color);
}

appis-arrowdown-primary-icon {
    float: right;
}
appis-arrowdown-primary-icon.toggled {
    transform: rotate(180deg);
}

.ldr-os-groups-links-2 a {
    color: #00747A!important;
    margin: 0 15px;
}
.ldr-os-groups-links-2 a.activetab {
    color: #f58b75!important;
}

.ldr-group-titlerow.ldr-group-titlerow-2 {
    justify-content: unset;
}
.ldr-group-titlerow.ldr-group-titlerow-2 .ldr-group-titlerow-title {
    margin-right: 50px;
}

a#go_back_btn {
    font-family: inherit;
    font-size: 15px;
    background-color: var(--bb-primary-button-background-regular);
    color: var(--bb-primary-button-text-regular);
    border: 1px solid var(--bb-primary-button-border-regular);
    border-radius: var(--bb-button-radius);
    padding: 10px 20px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

div.ldr-group-leaders-area {
   margin-left: 0;
}
.ldr-group-leaders-area h5 {
    display: inline-block;
    margin-right: 15px;
    color: #555555;
    font-size: 18px;
}
span.separator-span {
    margin: 0 10px;
}

.ldr-user-main-titlerow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .ldr-user-main-titlerow {
        justify-content: center;
    }
    .ldr-group-titlerow-title {
        margin-bottom: 10px;
    }
    .ldr-os-groups-links.ldr-os-groups-links-2 {
        margin-bottom: 10px;
    }
}
