.errored {
    border: 1px solid red;
    border-radius: 4px;
}

@media (min-width: 768px) {

    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 0px !important;
    }
}

.upperinput {
    color: red;
}

#admin-notify {
    color: black !important;
    position: fixed;
    bottom: 87px;
    right: 20px;
    width: 320px;
    max-width: 90%;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
}

#admin-notify .card-body {
    overflow-x: initial !important;
}

/* Сужаем для мобильных */
@media (max-width: 576px) {
    #admin-notify {
        bottom: 87px;
        right: 10px;
        font-size: 10px;
        width: 246px;
        height: 217px;
    }

    #admin-notify .card-header h3 {
        font-size: 12px;
    }

    #admin-notify .direct-chat-text {
        font-size: 10px;
        padding: 6px 8px;
    }
}

.profile-block {
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.navbar_user img {
    margin-top: -5px;
    width: 40px;
    height: 40px;
}

.underinputlogin {
    flex-basis: 100%;
}

.widget-user-username {}

@media screen and (max-width: 900px) {
    .con {
        flex-direction: column;
    }
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #117a8b;
    border-radius: 20px;
    border: 3px solid #413d4c;
}

.fa-caret-down:before,
.fa-caret-up:before {
    font-size: 26px;
    color: black;
}

.clone_block {
    display: flex;
    flex-direction: column;
}

.fa-plus:before {
    font-size: 86px;
    cursor: pointer;
}

.profile-user-img-block .profile-user-img {
    width: 90px !important;
    height: 90px !important;
    border: none;
}

.profile-user-img {
    width: 75px;
    height: 75px;
    border: none;
}

.navbar_user .character {
    width: 40px !important;
    height: 40px !important;
}

.character {
    background-color: #007bff !important;
    color: white;
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
}

.profile_block {
    justify-content: space-between;
    column-gap: 25px;
    margin: 0;
}

.profile_block__mentor {
    flex: 50;
}

.profile_block__structure {
    flex: 50;
}

@media screen and (max-width: 500px) {
    .profile_block__mentor {
        flex: auto;
    }

    .profile_block__structure {
        flex: auto;
    }
}

.bg-white {}

.widget-user-image img,
.profile-user-img {
    float: left;

    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important;
    border-radius: 50%;
}

.container_users {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    column-gap: 40px;
}

.main_user {
    text-align: center;
}

.main_user_container {
    margin-bottom: 20px;
}

@media screen and (max-width:500px) {
    .container_users {
        flex-wrap: wrap;
    }

    .userlogin {
        font-size: 16px;
    }

    .main_user {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .userblock {
        width: 160px !important;
        height: 180px !important;
    }
}

@media screen and (max-width:881px) {
    .main_part {
        margin-top: 0px !important;
    }
}

.rect-high {
    background-size: cover;
}

.rect-low {
    background-size: cover;
    height: 34px;
}

.low {
    width: 235px;
    margin: 0 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px 10px 0px 0px;
}

.empty {
    width: 235px;
    margin: 0 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px 10px 10px 10px;
}

.cloned {
    width: 235px;
    margin: 0 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px 10px 10px 10px;
}

.high {
    width: 235px;
    margin: 0 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width:580px) {
    .rect-high {
        width: 169px;
        height: 25px;
    }

    .rect-low {
        width: 169px;
        height: 25px;
    }

    .empty {
        width: 169px;
        height: 25px;
    }

    .cdown {
        margin-top: -3px;
    }

    .low {
        width: 169px;
    }

    .high {
        width: 169px;
    }

    .cloned {
        width: 169px;
    }
}

.userblock {
    position: relative;
    z-index: 0;
    width: 200px;
    height: 210px;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgba(0, 0, 0, .125);
}

.with_no_margin {
    margin-top: 10px;
}

.activate_date {
    font-size: 12px;
}

.userlogin {
    font-size: 20px;
}

@media screen and (max-width:500px) {

    .userlogin {
        font-size: 16px;
    }
}

.inactive {
    opacity: 0.6;
}

@keyframes anim-ramka-5 {
    100% {
        transform: rotate(1turn);
    }
}


.side {
    flex: 40%;
}

.side .block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.notdef {
    color: #007bff !important;
    text-decoration: none !important;
}

.navs {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
}

.block {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #fff;
}

.block.block-info {
    border-left-color: #117a8b;
}

.table-bordered {
    border: none;
}

.table td,
.table th {
    border: none !important;
}

.block.block-danger {
    border-left-color: #dc3545;
}

.block.block-success {
    border-left-color: #28a745;
}

.block.block-warning {
    border-left-color: #ffc107;
}


.block.block-primary {
    border-left-color: #007bff;
}

.find_form {
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}

.admin-pagination {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
    margin-top: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.table-responsive {
    display: inline-table;
}

@media screen and (max-width: 1000px) {
    .table-responsive {
        display: block;
    }
}

.image .character {
    height: 40px;
    width: 40px;
}

.user-panel img {
    height: 40px;
    width: 40px;
}

.wallet_input {
    margin-top: 10px;
}

.avatarClick {
    transition: 1s;
    cursor: pointer;
    /* Время эффекта */
}

.avatarClick:hover {
    transform: scale(1.2);
    /* Увеличиваем масштаб */
}



.navbar-grey {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-bottom: none !important;
}


.main-footer {
    color: #ebe0dc !important;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.user_info_navbar {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
}

.user_info_navbar p {
    margin-bottom: 0px !important;
}

.user_main_navbar {
    display: flex;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500 !important;
}

a {}

.padding-footer {
    padding-bottom: 100px !important;
}

.card-default {}

.timeline-footer .btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}


.timeline>div>.timeline-item>.timeline-header {
    border-bottom: 1px solid #413d4c;
    color: #413d4c;

}

.timeline>div>.timeline-item>.time {
    color: #413d4c;
}