
.mo_sps_icon_remote_video {
    background-color: #6dc4cabd;
    padding: 5px 8px;
    position: relative;
    top: -3px;
    /* text-decoration: none; */
    
    border: 1px solid #0071a1;
    border-radius: 2px; 
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: black;
    /* background: #f3f5f6; */
    cursor: pointer;
    margin-left:15px;
}

.rtl .mo_sps_icon_remote_video {
    margin-left:5px;
    margin-right: 5px;
}

.mo_sps_icon_remote_video:hover {
    background-color: #77ced4;
    color: #fff;
}
.mo_sps_sharepoint_media_button{

    padding: 15px;
    background-color: white;
    margin: 0.5em 0;
    
    
    }