.poke.app {
    background: #ffffff;
}
.poke.app .modal-header button {
    display: none;
}
/* button poke profile */
.button-poke-profile {
    height: 15px;
    vertical-align: top;
}

.poke a:hover {
    text-decoration: none;
}

.poke a:focus {
    text-decoration: none;
}

.poke .img_wrapper {
    width: 100%;
}

/* popup */
.poke .content-message {
    vertical-align: top;
    padding: 0 10px;
    position: relative;
}

.poke .block-btn-submit {
    position: absolute;
    bottom: 0;
}

.poke .block-btn-dismiss {
    bottom: 0;
    margin-top: 10px;
}

.poke .block-btn-dismiss.after-send {
    position: absolute;
    bottom: 0;
}

/* remove position popup reject*/
.poke #removePoke .block-btn-submit{
    position: unset;
    padding-left: 10px;
}


#sendPokeReject .content-message span {
    min-height: 85px;
    display: inline-block;
}

.poke .view-all {
    text-align: right;
    display: block;
    margin-right: 10px;
}

.poke-widget .core-lists.list-view .core-list-item .core-item-warp {
    display: block;
}

.poke-widget .core-list-item {
    display: flex;
}

.poke-widget .avata a{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 12px;
}

.poke-widget .avata .img_wrapper {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 12px;
}


.poke-widget .content a.moocore_tooltip_link  {
    font-weight: 700;
    color: #246ea3;
    text-decoration: none;
}

.poke-widget .content .wrap-button {
    margin-top: 5px;
}

.poke-widget a.poke-back  {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.body-dark .poke-widget a.poke-back  {
    color: #ffffff;
}


.poke-widget .poke-back img {
    margin-right: 7px;
}

.poke-widget .poke-close i {
    font-size: 14px;
    color: #A1A1A1;
    margin-left: 7px
}

.poke-widget .empty-poke {
    padding: 10px 15px;
}

.poke-widget .view-all {
    text-align: right;
    margin-right: 10px;
}

/* page list poke */





.poke-item-button {
   /* position: absolute;
    right: 15px;
    top: 10px;
    width: 152px;*/
}

.poke-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.poke-list img {
    margin-right: 3px;
    vertical-align: bottom;
}


.poke-list i, .icon-small {
    font-size: 15px;
    width: 18px;
    display: inline-block;
    color: #A1A1A1;
    text-decoration: none;
    margin-right: 7px;
    vertical-align: middle;
}

.poke-list li a {
    padding: 0 !important;
    color: #000;
}
.poke-list li a:hover {
    text-decoration: none;
}

.poke-item-button .poke-close {
    padding: 5px !important;
}
.poke-item-button .poke-close {
    display: inline-block !important;
    top: 16px;
    /*padding: 6px 10px !important;*/
}

.poke-item-button .poke-close i {
    font-size: 14px;
}

.poke-list li {
    position: relative;
    margin: 0px;
}

.poke-list li:last-child {
    border-bottom: 0;
}

.poke-item {
    display: flex;
    align-items: flex-start;
    padding: 7px 7px 7px 10px;
}
.poke-item .author {
    padding: 0 2px;
    vertical-align: top;
    flex: 1;
}

.poke-item .author .name {
    font-weight: 700;
}

.poke-item .author .name a{
    display: inline-block;
    color: #246ea3;
    text-decoration: none;
    text-align: left;
}

.poke-item-button {
    display: flex;
}


.poke-item-button a:focus.poke-back {
    text-decoration: none;
}

.poke-item-button .poke-back img{
    margin-right: 6px;
}

.poke-item-button .poke-back {
    cursor: pointer;
    background: #257bba;
    border-radius: 4px;
    color: #ffffff !important;
    padding: 3px 12px !important; 
    right: 55px;
    top: 18px;
}

/* end poke item*/


@media (max-width: 991px) {
    .poke-item-button {
        right: -15px;
    }

    .poke-list li a.author {
        width: 360px;
    }

    .poke-header span {
        text-align: center;
    }
    .poke-header span.no-results {
        text-align: center;
        display: block;
    }
}

@media (max-width: 575px) {
    
  /*  .poke .block-btn-submit {
        position: unset;
        bottom: unset;
    }*/
    
    /* hiden text poke back */

    .poke-item-button .poke-back span {
        display: none;
    }
    .poke-item-button .poke-back img {
        margin: 0;
    }
    /* end hiden*/

    .poke .block-btn-submit a {
        margin-top: 5px;
    }
}