.ctr_head_links {
    max-width: 1290px;
}

.ctr_head_links .cnt_head_links_in {
    justify-content: flex-start;
}

.ctr_page {
    padding: 8px;
    user-select: text;
}

.ctr_content {
    margin-top: 13px;
}

.ctr_before_content {
}

@media(max-width: 768px) {
    .ctr_before_content {
        margin-bottom: 12px;
        text-align: center;
    }
}

.search_form {
    display: flex;
    flex-wrap: wrap;
}


@media(max-width: 1024px) {
    .crt_search_form {
        display: none;
    }

    .crt_search_form_button {
        width: 45px;
        height: 34px;
        background-size: 55%;
        margin: auto;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        transition: all 0.3s;
    }

    .crt_search_form_button.active {
        transform: scale(-1);
    }
}




.ctr_content_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ctr_ajax_info {
    font-size: 13px;
    color: #c8c8c8;
}

.ctr_ajax_info_item {
    line-height: 150%
}

@media(max-width: 768px) {
    .ctr_ajax_info_item {
        display:block;
    }
}

.ctr_open_user_item {
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #e9e9e9;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    width: max-content;
    max-width: 270px;
}

.ctr_open_user_im {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    display: block;
    max-width: 32px;
    max-height: 32px;
}

.is_bro .ctr_open_user_im{
    border: 3px solid #00a658;
}

.ctr_open_user_im img {
    width: 100%;
    display: block;
    min-height: 100%;
}

.ctr_open_user_name {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    /* font-weight: 300; */
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 175px;
    overflow: hidden;
}

.user_is_bro_check {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-left: 9px;
}

.ctr_ajax_block.load {
    opacity: 0.5;
}

.ctr_ajax_block {
    transition: opacity 0.3s;
    opacity: 0.5;
    overflow: auto;
}

.ctr_ajax_block.ready {
    opacity: 1;
}

.ctr_table {
    overflow-x: auto;
    max-width: 100%;
    /* display: block; */
    border: 0;
    border-collapse: collapse;
    border: 1px solid #1E475F;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    border-radius: 6px;
    margin: 16px 0;
    width: 100%;
    user-select: text;
}

@media(max-width: 1024px) {
    .ctr_table {
        display: block;
    }
}

.ctr_table tr {
    border-bottom: 1px solid #1E475F;
}

.ctr_table tr:nth-child(2n+1) {
    background-color: #1c3645;
}

.ctr_table td, .ctr_table th {
    padding: 2px 6px;
    vertical-align: top;
    padding: 13px 14px;
    text-align: center;
}

.ctr_table th {
    background-color: #091C27;
    padding: 16px 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

td.ctr_table_column_user {
    text-align: left;
}

td.ctr_table_column_num {
}

td.ctr_table_column_sum {
    font-weight: 500;
    text-align: right;
}

.ctr_sum {
    display: inline-flex;
    width: max-content;
}

td.ctr_table_column_text {
    text-align: left;
}

td.ctr_table_column_id {
    font-size: 12px;
    color: #d0e599;
}

td.ctr_table_column_time {
    color: #d0e599;
}

td.ctr_table_column_email {
    text-align: left;
    word-break: break-all;
}

td.ctr_table_column_title {
    text-align: left;
    max-width: 240px;
}

td.ctr_table_column_action {
    opacity: 0;
    transition: opacity 0.3s;
    vertical-align: middle;
}

@media(max-width: 768px) {
    td.ctr_table_column_action {
        opacity: 1;
    }
}

td.ctr_table_column_action .u_form_button_list {
    width: max-content;
    max-width: 120px;
    margin-top: unset;
    display: flex;
}

@media(max-width: 768px) {
    td.ctr_table_column_action .u_form_button_list {
        margin: auto;
    }
}

.ctr_table tr:hover td.ctr_table_column_action {
    opacity: 1;
}

.ctr_table_status {
    padding: 9px 7px;
    background: #184d6c;
    display: inline-block;
    border-radius: 4px;
    min-width: 150px;
    letter-spacing: 0.03em;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: center;
}

.ctr_table_status_paid, .ctr_table_status_1, .ctr_table_status_active, .ctr_table_status_on, .ctr_table_status_auto {
    background-color: #1A73E8;
}

.ctr_table_status_completed {
    background-color: #00A658;
}

.ctr_table_status_cancelled, .ctr_table_status_locked {
    background: #8c3e3e;
}

.ctr_table_status_pause, .ctr_table_status_inactive {
    background: #a45296;
}

.ctr_table_status_sent {
    background: #b4c259;
}

.ctr_table_pay_method {
    margin-top: 6px;
    font-size: 13px;
    display: block;
}

.ctr_content_link {
    font-weight: 500;
}

.ctr_table a {
    color: #a6d2ec;
}

.ctr_table_m_col_title {
    background: #091C27;
    color: #FFF;
    display: none;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 5px;
}

@media(max-width: 768px) {
    .ctr_table thead {
        display: none;
    }

    .ctr_table tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /*margin-bottom: 30px;*/
    }

    .ctr_table td {
        margin: 0 -1px -1px 0;
        padding-top: 27px;
        position: relative;
        width: 50%;
        text-align: left;
    }

    .ctr_table_m_col_title {
        display: block;
    }
}

@media(max-width: 480px) {
    .ctr_table td {
        width: 100%;
        text-align: right;
    }

    .ctr_table td:empty {
        display: none;
    }
}

.ctr_content_date, .ctr_info_color {
    color: #d0e599;
}

.ctr_page_links {
    display: flex;
    justify-content: flex-end;
}

.ctr_page_links .mp_arrow {
    margin: 0 12px;
    visibility: hidden;
    opacity: 0;
}

.ctr_page_links .mp_arrow.active {
    visibility: visible;
    opacity: 1;
}

/*ctr_user_profile*/
.ctr_user_profile {
    padding: 0 12px;
}

.ctr_user_profile_top {
    display: flex;
    align-items: center;
}

.ctr_user_profile_im {
    overflow: hidden;
    max-width: 120px;
    border-radius: 50%;
    margin-right: 16px;
    height: 120px;
}

@media(max-width: 480px) {
    .ctr_user_profile_im {
        max-width: 74px;
        height: 74px;
    }
}

.ctr_user_profile_im img {
    width: 100%;
    display: block;
}

.ctr_user_profile_name {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

@media(max-width: 768px) {
    .ctr_user_profile_name {
        font-size: 20px;
    }
}

.ctr_user_profile_item {
    margin: 24px 0 0;
    line-height: 150%;
    font-weight: 300;
}

.ctr_user_profile_item_title {
    border-left: 5px solid #ffffff;
    padding-left: 8px;
    font-size: 18px;
    letter-spacing: 0.03em;
    margin-bottom: 7px;
}

@media(max-width: 480px) {
    .ctr_user_profile_item_title {
        font-size: 16px;
    }
}

.ctr_user_contacts_item {
    padding-left: 12px;
    line-height: 150%;
    font-size: 15px;
    margin-bottom: 5px;
}

.ctr_user_contacts_title {
    font-weight: 500;
}

.ctr_user_contacts_content {
    font-weight: 400;
}

.ctr_user_profile_item_edit {
    width: 14px;
    height: 14px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.ctr_user_profile_item_content {
    padding-bottom: inherit;
    font-weight: 400;
}

.ctr_user_invite_chain_list {
    display: flex;
    padding: 8px 0;
    max-width: 750px;
    flex-wrap: wrap;
}

.ctr_user_invite_chain_list>div {
    margin-right: 12px;
    margin-bottom: 12px;
}

.ctr_profile_user_type {
    font-weight: 300;
    font-size: 12px;
    margin: 3px 0;
}

.ctr_user_is_list {
    display: flex;
}

.ctr_user_is {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    margin-right: 9px;
    color: #fff;
}

.ctr_user_is_icon {
    width: 28px;
    height: 28px;
    background-size: 100%;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: center;
}

.ctr_err_color {
    color: #ff8181;
}

/*user profile*/
/*main page*/
.ctr_main_page {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    justify-content: center;
}

@media(max-width: 768px) {
    .ctr_main_page {
        padding: 12px 5px;
    }
}

.ctr_menu_item {
    width: 32%;
    padding: 29px 30px;
    line-height: 130%;
    letter-spacing: 0.05em;
    background: #091C27;
    margin: 0.5%;
    border-radius: 9px;
}

@media(max-width: 768px) {
    .ctr_menu_item {
        width: 48%;
        padding: 13px 13px;
        margin: 1%;
    }
}

@media(max-width: 375px) {
    .ctr_menu_item {
        width: 100%;
        padding: 13px 13px;
        margin: 1%;
    }
}

.ctr_menu_link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-bottom: 1px dashed #fff;
    display: inline-flex;
    padding: 4px 1px;
}

@media(max-width: 375px) {
    .ctr_menu_link {
        font-size: 15px;
    }
}

.ctr_menu_childs {
    /* display: flex; */
    flex-direction: column;
    padding: 4px 0px 0 6px;
}

.ctr_menu_child_link {
    color: #d7d7d7;
    display: block;
    font-weight: 300;
    font-size: 14px;
    width: fit-content;
    margin: 6px 0;
    position: relative;
    padding-left: 12px;
}

.ctr_menu_child_link:before {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    content: '';
    top: calc(50% - 3px);
    border-radius: 50%;
    left: -1px;
}

.ctr_menu_link_icon {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 9px;
}

.ctr_menu_item_top {
    display: flex;
    align-items: center;
}

/*/main page*/
