.margin-b-30 {
    margin-bottom: 30px;
}

.animated-logo-container svg{
    height: 64px;
}

nav.fixed .animated-logo-container svg {
    height: 45px;
}
.navbar.fixed .navbar-brand {
    margin: 0 !important;
}
@media(min-width: 992px) {
    .menu-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-container::before, .menu-container::after {
        display: none;
    }
}

.pubInBreak-correcture{
    font-size: 1.5em;
}
/*==============Settings=============*/
.ugly-header{
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    margin: 25px 0 50px;
}

.followedTeam.primary-team {
    border: 1px solid #777;
}

.autocomplete-wrapper{
    position: relative;
}

.autocomplete-item {
    margin: 2px;
    padding: 5px;
    background: rgba(0,0,0,0.02);
    transition: background-color 0.3s;
}
.autocomplete-container {
    background: white;
    border: 1px solid rgba(0,0,0,0.06);
    position: absolute;
    width: 100%;
    top: calc(100% - 15px);
    z-index: 5;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}
.autocomplete-item:hover {
    background-color: rgba(0,0,0,0.04);
    cursor: pointer;
}
small {
    font-size: 0.7em;
}
.autocomplete-item b {
    margin-left: 5px;
    color: #7b7b7b;
}
input:focus ~ .autocomplete-container, .autocomplete-container:hover {
    opacity: 1;
    max-height: 100vh;
    pointer-events: auto;
}
.followedTeam {
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.followedTeam strong {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.followedTeam span {
    font-size: 0.9em;
}

/*===========Admin==================*/

#quizzModal .modal-header {
    display: flex;
    justify-content: space-between;
}
#quizzModal ::before, #quizzModal ::after {
    display: none;
}
#quizzModal .modal-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}
#quizzModal .modal-body button {
    width: 100%;
    border-radius: 0px;
    border: 0;
    padding: 15px 15px;
    font-size: 1.2em;
}

#quizzModal .modal-body h3 {
    grid-column: 1 / -1;
    text-align: left;
}
#quizzModal .modal-body button:first-child {
    grid-column: 1 /-1;
}

#quizzModal .modal-body button.select-rollback {
    background: #a0e1a0;
}

.info-overlay.active {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
    background: #aeaeae;
    color: white;
    font-weight: bold;
    opacity: 0.85;
    border-radius: 3px;
}
.info-overlay i {
    margin-left: 5px;
}
.info-overlay {
    display: none;
}
/*==========================================*/
@media(max-width: 992px){
    nav .animated-logo-container svg {
        height: 45px;
    }

    body:not(.onepage) .offset{
        display: none;
    }

    .body-wrapper .navbar.navbar-default {
        position: sticky !important;
    }

    .body-wrapper .navbar.navbar-default .navbar-brand {
        margin: 10px 0 !important;
    }

    .body-wrapper .navbar.navbar-default .btn.responsive-menu {
        margin: 15px 0 16px;
        float: right;
    }
}

/* AMDIN QUIZZ CONFIG */
.form-nav{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#sortableThemes li,
#sortableTopicsLoad li{
    display:list-item;
    background: #fafafa;
}
#sortableThemes li .inner,
#sortableTopicsLoad li .inner{
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding: 10px;
    border: thin solid #eee;
    background: #fafafa;
}
#sortableThemes li .inner .handle,
#sortableTopicsLoad li .inner .handle{
    cursor: move;
    display: block;
    padding: 10px;
}
