.dashboard-menu {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.account-user {
    background: #1d1e3a;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.account-menu li a {
    font-weight: 600;
    color: #fff;
    margin: 5px 0;
    display: block;
}

.account-user {
    text-align: center;
}

.dashboard-content {
    width: 74.5%;
    float: left;
}

.recent-pastes {
    display: flex;
    flex-direction: column;
}

.paste-header, .paste {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #1d1e3a;
}

.col-25 {
    width: 25%;
    color: #fff;
}

.col-25 a {
    color: #2ecc71;
    text-decoration: none;
}

.col-25 a:hover {
    text-decoration: underline;
}

.paste-header {
    font-weight: bold;
    background-color: #1d1e3a;
    border-radius: 10px;
}

.item {
    background: #1d1e3a;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.items p {
    margin: 0;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}

.items span {
    color: #2ecc71;
}

.items .content1 a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 960px) {
    .col-25 {
        width: 50%;
    }

    .col-25:first-child {
        padding-right: 10px;
    }

    .col-25.c2 {
        text-align: right;
    }

    .paste-header, .paste {
        flex-wrap: wrap;
    }

    .paste-header .col-25,
    .paste .col-25 {
        width: 50%;
    }

    .paste-header .col-25:nth-child(odd),
    .paste .col-25:nth-child(odd) {
        padding-right: 10px;
    }

    .paste-header .col-25:nth-child(even),
    .paste .col-25:nth-child(even) {
        text-align: right;
    }
}

@media (max-width: 760px) {
    .item {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .col-25 {
        width: 100%;
    }

    .col-25:first-child {
        padding-right: 0;
    }

    .col-25.c2 {
        text-align: left;
    }
}
