.hs-small {
    color: transparent;
    user-select: none;
}

@media only screen and (max-width: 768px) {
    .dashboard-sidebar {
        position: absolute;
        left: -100vw;
        width: 100%;

        transition: .225s;
    }
    
    .dashboard-sidebar.active {
        left: 0vw;
    }

    .dashboard-center {
        width: 100vw;
    }

    #btn-toggle-mobile-nav {
        display: block;
        margin-left: 8px;
    }
}

@media only screen and (min-width: 768px) {
    #btn-toggle-mobile-nav {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .project-menu .btn {
        display: block;
        margin: 4px 0;
    }

    .project-menu {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }

    .row.row-header {
        text-align: center;
        display: none;
    }

    .wm-1 {
        margin-left: 0;
        margin-top: 8px;
    }

    .variable-container small {
        margin-bottom: 8px;
    }

    .variable-container label {
        font-weight: 900;
    }

    .hs-small {
        color: unset;
        user-select: unset;
    }

    .form-check-input {
        margin: 16px auto;
    }

    .radio-col {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 676px) {
    .user-list-mobile .username, .user-list-mobile span {
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media only screen and (max-width: 600px) {
    .user-list-mobile .username, .user-list-mobile span {
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media only screen and (max-width: 500px) {
    .user-list-mobile span {
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: none;
    }

    .user-list-mobile .username {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .pv-container .hs-small {
        display: none;
    }

    .show-at-768 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .project-variables .row .btn.btn-danger {
        margin: 16px auto;
        display: block;
    }

    .project-variables .row .variable-name {
        margin: 8px 0;
    }

    .project-variables .row .value-title {
        margin: 8px 0;
    }

    .pv-container .hs-small {
        display: block;
        width: 100%;
    }

    .pv-container .form-control {
        display: block;
    }

    .show-at-768 {
        display: block;
    }

    .pv-container select {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 600px) {
    .mobile-header {
        display: none;
    }

    .no-mobile-header {
        display: block;
        width: 500px;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-header {
        display: block;
    }

    .no-mobile-header {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .m-2-mobile {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .mt-2-mobile {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 650px) {
    .history-filters {
        justify-content: center;
        flex-direction: column;
    }

    .history-filters .btn {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1100px) {
    .top-destroy-1100 {
        display: block;
    }

    .top-destroy-1100 select {
        width: 200px;
        margin-top: 4px;
    }

    .top-destroy-1100 .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 700px) {
    .buttons-offer-add {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
    }

    .buttons-offer-add button {
        margin-bottom: 8px;
    }

    .top-flex-mobile {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .padding-possible {
        padding: 24px;
    }

    .hidden-mobile {
        display: none!important;
    }

    .hidden-mobile-padding {
        padding: 12px!important;
    }

    .buttons-container-view {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}