.summary_sp,
.profile_picture_name_sp {
    display: none;
}

.add_new_item .profile_picture h2 {
    margin-bottom: 20px;
}

.add_new_item .upload-demo .el-upload-dragger,
.add_new_item .upload-demo .el-upload {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.add_new_item .upload-demo .el-upload-dragger .el-icon-upload {
    margin-top: 60px;
}

.add_new_item button.el-button {
    margin-top: 15px;
}

.add_new_item button.el-button span {
    position: unset;
    top: unset;
    right: unset;
    margin-top: 20px;
}

.add_new_item .profile_picture_name_sp {
    display: block;
}

.label_header_sp {
    display: none;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    body {
        margin: 10px 0;
        padding-top: 60px;
    }

    .menu ul {
        display: none;
    }

    .profile_details {
        display: none;
    }

    .menu {
        margin: 10px;
    }

    .toggleMenu {
        display: inline-block;
        background: #fff;
        border: solid 1px #ccc;
        border-radius: 5px;
        padding: 10px 15px 5px;
    }

    .header_block {
        padding-top: 0;
    }

    .header_block .wrap {
        width: 100%;
    }

    .header_block .header_top {
        border: solid 0px #fff;
        border-radius: 0;
    }

    .header_top .logo a {
        height: 50px;
        width: 50px;
        margin-left: 5px;
    }

    .column_left, .column_right {
        width: 100%;
        margin-bottom: 50px;
    }

    .column_right .p-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer_sp {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        z-index: 99999;
        background-color: #f7f7f7;
        border-top: solid 1px #ededed;
    }

    .footer_sp ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }

    .footer_sp ul li {
        list-style-type: none;
        padding-top: 10px;
    }

    .footer_sp ul li a {
        display: block;
    }

    .footer_sp ul li a i {
        font-size: 30px;
    }

    .footer_sp ul li a span {
        display: block;
        text-align: center;
        color: #858585;
    }

    /*.footer_sp ul li a:hover span,
    .footer_sp ul li a.active span,
    .footer_sp ul li.active a span {
        color: #545454;
    }*/

    .menu_box {
        display: none;
    }

    .summary_sp {
        display: block;
        width: 100%;
    }

    .summary_sp .avatar {
        display: flex;
        width: 100%;
        margin-bottom: 30px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .avatar .a_img {
        display: flex;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        border: solid 1px #dcdcdc;
        background-color: #fbfbfb;
    }

    .avatar .a_img i {
        font-size: 38px;
    }

    .avatar .a_name span {
        display: block;
        line-height: 20px;
        padding-top: 6px;
    }

    .avatar .a_name span.a_name_last {
        font-size: 25px;
    }

    .total_info {
        display: block;
        width: 100%;
        padding: 20px 0;
        border-radius: 15px;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
        background-color: #fff;
    }

    .total_info h2,
    .total_info p {
        padding: 0 20px;
        color: #000;
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .total_info h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .total_info p.b_title {
        font-weight: normal;
        margin-bottom: 10px;
    }

    .total_info p span.status {
        float: right;
        display: inline-block;
        width: 100px;
        background-color: red;
        text-align: center;
        border-radius: 15px;
        font-size: 12px;
        padding: 5px;
        color: #fff;
        font-weight: bold;
    }

    .column_right .p-item {
        border-radius: 10px;
    }

    .total_info p span.status_1 {
        color: rgb(133,17,17);
        background-color: rgb(243,195,204);
    }

    .total_info p span.status_2 {
        color: rgb(9,167,162);
        background-color: rgb(213,238,235);
    }

    .total_info p span.status_3 {
        color: #fff;
        background-color: rgb(12,204,181);
    }

    .total_info h2 {
        margin-bottom: 20px;
    }

    .profile_picture > a > img {
        width: 100%;
        border: solid 1px #dcdcdc;
        height: auto;
        max-height: 300px;
    }

    .column_right .p-item {
        padding-top: 10px;
    }

    .summary_sp {
        display: block;
    }

    .profile_picture_name {
        display: none;
    }

    .profile_picture_name_sp {
        display: block;
        width: 100%;
    }

    .profile_picture_name_sp h2 {
        font-size: 20px;
    }

    .profile_picture {
        padding: 10px 20px 20px;
    }

    .profile_picture > a > img {
        margin-top: 20px;
    }

    .footer_sp ul li a:hover span,
    .footer_sp ul li a.router-link-exact-active span {
        color: #545454;
    }

    .filter_box {
        display: none;
    }

    .column_right .pagination-container {
        padding: 32px 0!important;
    }

    .column_right .list_poster_items {
        margin-right: 0;
    }

    .column_right .p-item {
        margin-right: 0;
    }

    .label_header_sp {
        display: block;
    }

    .label_header_sp h2 {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        padding-bottom: 0;
        letter-spacing: 2px;
    }

    .label_header_sp .back_page {
        color: #000;
        font-weight: bold;
    }

    .label_header_sp .count_items {
        text-align: right;
        color: #B02929;
        font-weight: bold;
        font-size: 14px;
    }

    .mode_view {
        text-align: right;
        margin-bottom: 5px;
    }

    .mode_view button.el-button {
        font-size: 28px;
        padding: 0;
        border: solid 0px #fff;
    }

    .column_right .p-item .articles_list {
        display: none;
    }

    .p_item_list_view {
        display: flex;
        background-color: #fff;
        border-radius: 15px;
        padding: 20px 20px 15px;
        margin-top: 10px;
        margin-bottom: 30px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    }

    .p_item_list_view .top_sp_items {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .p_item_list_view a {
        display: block;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

    .p_item_list_view h2 {
        text-align: left;
        font-weight: bold;
        font-size: 20px;
        padding-left: 20px;
    }

    .p_item_list_view img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 5px;
    }

    .p_item_list_view .p_item_btn {
        text-align: right;
    }

    .p_item_list_view .p_item_btn button.el-button {
        padding: 5px;
        font-size: 25px;
        border: solid 0px #fff;
        color: rgb(85,173,170);
    }

    .column_left {
        display: none;
    }

    .column_left.show_sp {
        display: block;
    }

    .short_form_item > .el-col-12 {
        width: 100%;
    }

    .add_new_item .profile_form .el-col .el-form-item--medium .el-form-item__label {
        display: block;
        width: 100%!important;
    }

    .add_new_item .profile_form .el-col .el-form-item__content {
        width: 100%!important;
        margin-left: 0!important;
    }

    .column_right .add_new_item {
        background-color: #fff;
    }

    .profile_picture.profile_form {
        padding: 0 20px;
    }

    .column_right .add_new_item input {
        height: 50px;
        line-height: 50px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    }

    .column_right .add_new_item button.el-button {
        line-height: 35px;
        width: 100%;
        border-radius: 15px;
        font-weight: bold;
        font-size: 16px;
        margin-left: 0;
    }

    .column_right .add_new_item button.el-button.btn_submit {
        background-color: #36AB9C;
        color: #fff;
    }

    ul.sp_left_menu li {
        list-style-type: none;
        display: block;
    }

    ul.sp_left_menu li a {
        display: block;
        text-decoration: none;
        color: #000;
        font-size: 16px;
        padding: 15px 30px;
        border-bottom: solid 1px #dcdcdc;
    }

    ul.sp_left_menu li:first-child a {
        border-top: solid 1px #dcdcdc;
    }

    .list_poster_items {
        .p-item {
            -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
        }

        .item_done {
            border: solid 1px #B3EBD9;
        }
    }

    .footer_sp {
        width: 96%;
        height: 60px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .footer_sp ul li {
        padding-top: 8px;
    }

    .footer_sp ul li a span {
        font-size: 12px;
    }

    .footer_sp ul li a i {
        font-size: 25px;
    }

    .profile_picture .first_block h2 {
        font-size: 20px;
    }

    .p-item.item_error .first_block h2 {
        color: red;
        font-weight: bold;
    }

    .p-item.item_error .first_block h2 i {
        display: inline-block;
    }

    .p-item.item_done .first_block h2 {
        color: rgb(33,152,33);
        font-weight: bold;
    }

    .total_info p {
        margin-bottom: 10px;
    }

    .total_info p span:first-child {
        line-height: 28px;
    }

    .el-message-box {
        width: 300px;
    }

    .column_right .pagination-container {
        max-width: 100%;
        overflow: hidden;

        .el-pagination {
            padding-left: 0;
            padding-right: 0;
        }
    }

    .header_pages_back_sp {
        line-height: 36px;
    }

    .tab_wrap_header {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 5px;

        .el-radio-group {
            width: 100%;

            & > label {
                width: 50%;

                span {
                    width: 100%;
                    position: relative;
                }
            }
        }

        .el-radio-button {
            .el-radio-button__inner {
                border-radius: 0;
                border: solid 0 #fff;
                background-color: #f7f7f7;
                color: #2F6CBC;
                box-shadow: none;
                padding: 13px 20px;
                font-weight: bold;
            }

            &.is-active {
                .el-radio-button__inner {
                    background-color: #2F6CBC;
                    color: #FFF;
                    text-align: center;

                    &:before {
                        content: "\25be";
                        color: #2F6CBC;
                        text-align: center;
                        position: absolute;
                        z-index: 2000;
                        bottom: -10px;
                        left: 49%;
                    }
                }
            }
        }
    }
}
