.errored {
    border: 1px solid red;
    border-radius: 4px;
}

.upperinput {
    color: red;
}

@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 #117a8b;
}

.fa-arrow-alt-circle-down:before,
.fa-arrow-alt-circle-up:before {
    font-size: 26px;
    color: #117a8b;
}

.clone_block {
    display: flex;
    flex-direction: column;
}

.fa-plus:before {
    font-size: 86px;
    color: white;
    cursor: pointer;
}

.profile-user-img {
    width: 75px;
    height: 75px;
    border: none;
}

.character {
    background-color: #17a2b8 !important;
    color: white;
    display: flex;
    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;
    }
}

.widget-user-image img,
.profile-user-img {
    float: left;
    height: 65px;
    width: 65px;
    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;
    }

    .main_user {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .userblock {
        width: 160px !important;
        height: 140px !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;
    }
}

@media screen and (max-width: 460px) {
    .matrix_content {
        margin-left: -30px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 388px) {
    .matrix_content {
        margin-left: -42px;
        margin-right: 0px;
    }

    .matrix_panel {
        margin-bottom: 0px;
    }
}

.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;
    background: #117a8b;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

.with_no_margin {
    margin-top: 10px;
}

.activate_date {
    font-size: 12px;
    color: white;
}

.userlogin {
    font-size: 20px;
    color: white;
}

.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);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.block.block-info {
    border-left-color: #117a8b;
}

.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);
    /* Увеличиваем масштаб */
}

