.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;
}

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

.widget-user-username {
    color: #413d4c !important;
}

@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-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;
}
.navbar_user .character{
    width: 40px !important;
    height: 40px !important;
}
.character {
    background-color: #ef9fa2 !important;
    color: white;
    display: flex;
    width: 90px;
    height: 90px;
    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{
    color: #413d4c !important;
}
.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;
        color: white;
    }

    .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;
    }
}

@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;
}

@media screen and (max-width:500px) {
    
    .userlogin {
        font-size: 16px;
        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: #413d4c !important;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

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

.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);
    /* Увеличиваем масштаб */
}

.card {
    background: #413d4c !important;
}

.card-header {
    border-bottom: 1px solid #ef9fa2;
}

.login-logo a,
.register-logo a {
    color: #ef9fa2;
}

.login-card-body,
.register-card-body {
    background: #413d4c !important;
}

.content-wrapper {
    background-color: #39383e;
}

.dropdown-menu {
    background-color: #413d4c !important;
}

body {
    color: #ebe0dc !important;
}

.bg-pink {
    background-color: #ef9fa2 !important;
}

.alert-info {
    color: #fff;
    background-color: #ef9fa2 !important;
    border-color: #ef9fa2;
}

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

.breadcrumb-item.active {
    color: #ebe0dc !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);
    background: #413d4c !important;
}

.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 {
    color: #ef9fa2;
}

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

.btn-success {
    background-color: #ef9fa2;
    border-color: #ef9fa2;
    color: #fff !important;
}

a:hover {
    color: white !important;
}

.navbar-grey a {
    color: #ef9fa2 !important;
}


.btn-success:hover {
    color: #fff !important;
    background-color: #e1888b;
    border-color: #ef9fa2;
}

.widget-user-desc {
    color: #ef9fa2;
}

.callout.callout-info{
    border-left-color: #ef9fa2 !important;
    color: #413d4c !important;
}

.timeline > div > .timeline-item{
    background-color: #ef9fa2 !important;
    color: #413d4c !important;
}

.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; 
}

.modal-content{
    background:#413d4c !important;
}

.modal-header, .modal-body{
    border-bottom: 1px solid  #ef9fa2;
}

.modal-footer{
    border-top: none !important;
}